#CABBFE

Color #CABBFE Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #CABBFE

Tints of Lavender Blue #CABBFE

Color information

#CABBFE (or 0xCABBFE) is unknown color: approx Lavender Blue. HEX triplet: CA, BB and FE. RGB value is (202,187,254). Sum of RGB (Red+Green+Blue) = 202+187+254=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #CABBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABBFE is #354401. Grayscale: #C6C6C6. Windows color (decimal): -3490818 or 16694218. OLE color: 16694218.

HSL color Cylindrical-coordinate representation of color #CABBFE: hue angle of 253.43º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CABBFE is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB202187254-
CMYK0.200.2600.00
HSL253.43º97.1%86.47%-
HSV(B)253.43º26.38%99.61%-
XYZ60.0255.25101.27-
YUV199.12158.97130.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 31.42%
GREEN value IS 187 (73.44% from 255) = 29.08%
BLUE value IS 254 (99.61% from 255) = 39.50%
R=31.42%
G=29.08%
B=39.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2021872540.200.2600.00253.4397.186.47
HexCABBFE141A00fd6156
Octal312273376243200375141126
Binary1100101010111011111111101010011010001111110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBFE; }

 p { color: rgb(202,187,254); }

 H1.HeaderClassName
 {
   color: #CABBFE;
 }
 .AnyTagClassName
 {
   color: #CABBFE;
 }
</style>
background-color css

<style>
 a { background-color: #CABBFE; }

 a { background-color: rgb(202,187,254); }

 div.DivClassName
 {
   background-color: #CABBFE;
 }
 .BgClassName
 {
   background-color: #CABBFE;
 }
</style>
border-color css

<style>
 span { border-color: #CABBFE; }

 span { border-color: rgb(202,187,254); }

 td.TdClassName
 {
   border-color: #CABBFE;
 }
 .TagClassName
 {
   border-color: #CABBFE;
 }
</style>