#CABDFC

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

Shades of Lavender Blue #CABDFC

Tints of Lavender Blue #CABDFC

Color information

#CABDFC (or 0xCABDFC) is unknown color: approx Lavender Blue. HEX triplet: CA, BD and FC. RGB value is (202,189,252). Sum of RGB (Red+Green+Blue) = 202+189+252=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 189 (74.22% from 255 or 29.39% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: blue. Hex color #CABDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABDFC is #354203. Grayscale: #C7C7C7. Windows color (decimal): -3490308 or 16563658. OLE color: 16563658.

HSL color Cylindrical-coordinate representation of color #CABDFC: hue angle of 252.38º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CABDFC is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202189252-
CMYK0.200.2500.01
HSL252.38º91.3%86.47%-
HSV(B)252.38º25%98.82%-
XYZ60.1355.9899.73-
YUV200.07157.31129.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.42%
GREEN value IS 189 (74.22% from 255) = 29.39%
BLUE value IS 252 (98.83% from 255) = 39.19%
R=31.42%
G=29.39%
B=39.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021892520.200.2500.01252.3891.386.47
HexCABDFC141901fc5b56
Octal312275374243101374133126
Binary1100101010111101111111001010011001011111110010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDFC; }

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

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

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

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

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

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

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

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