#CACEF2

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

Shades of Lavender Blue #CACEF2

Tints of Lavender Blue #CACEF2

Color information

#CACEF2 (or 0xCACEF2) is unknown color: approx Lavender Blue. HEX triplet: CA, CE and F2. RGB value is (202,206,242). Sum of RGB (Red+Green+Blue) = 202+206+242=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 242 - color contains mainly: blue. Hex color #CACEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACEF2 is #35310D. Grayscale: #D0D0D0. Windows color (decimal): -3485966 or 15912650. OLE color: 15912650.

HSL color Cylindrical-coordinate representation of color #CACEF2: hue angle of 234º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CACEF2 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202206242-
CMYK0.170.1500.05
HSL234º60.61%87.06%-
HSV(B)234º16.53%94.9%-
XYZ62.4663.1192.89-
YUV208.91146.67123.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.08%
GREEN value IS 206 (80.86% from 255) = 31.69%
BLUE value IS 242 (94.92% from 255) = 37.23%
R=31.08%
G=31.69%
B=37.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022062420.170.1500.0523460.6187.06
HexCACEF211F05ea3d57
Octal31231636221170535275127
Binary1100101011001110111100101000111110101111010101111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACEF2; }

 p { color: rgb(202,206,242); }

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

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

 a { background-color: rgb(202,206,242); }

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

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

 span { border-color: rgb(202,206,242); }

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