#CABDFF

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

Shades of Lavender Blue #CABDFF

Tints of Lavender Blue #CABDFF

Color information

#CABDFF (or 0xCABDFF) is unknown color: approx Lavender Blue. HEX triplet: CA, BD and FF. RGB value is (202,189,255). Sum of RGB (Red+Green+Blue) = 202+189+255=646 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.27% from 646); Green value is 189 (74.22% from 255 or 29.26% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #CABDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABDFF is #354200. Grayscale: #C8C8C8. Windows color (decimal): -3490305 or 16760266. OLE color: 16760266.

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

Color convert

RGB202189255-
CMYK0.210.2600
HSL251.82º100%87.06%-
HSV(B)251.82º25.88%100%-
XYZ60.656.17102.26-
YUV200.41158.81129.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.27%
GREEN value IS 189 (74.22% from 255) = 29.26%
BLUE value IS 255 (100% from 255) = 39.47%
R=31.27%
G=29.26%
B=39.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021892550.210.2600251.8210087.06
HexCABDFF151A00fc6457
Octal312275377253200374144127
Binary1100101010111101111111111010111010001111110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDFF; }

 p { color: rgb(202,189,255); }

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

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

 a { background-color: rgb(202,189,255); }

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

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

 span { border-color: rgb(202,189,255); }

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