#CAC8EA

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

Shades of Lavender Blue #CAC8EA

Tints of Lavender Blue #CAC8EA

Color information

#CAC8EA (or 0xCAC8EA) is unknown color: approx Lavender Blue. HEX triplet: CA, C8 and EA. RGB value is (202,200,234). Sum of RGB (Red+Green+Blue) = 202+200+234=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 200 (78.52% from 255 or 31.45% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAC8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC8EA is #353715. Grayscale: #CCCCCC. Windows color (decimal): -3487510 or 15386826. OLE color: 15386826.

HSL color Cylindrical-coordinate representation of color #CAC8EA: hue angle of 243.53º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAC8EA is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202200234-
CMYK0.140.1500.08
HSL243.53º44.74%85.1%-
HSV(B)243.53º14.53%91.76%-
XYZ59.8659.8186.23-
YUV204.47144.66126.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.76%
GREEN value IS 200 (78.52% from 255) = 31.45%
BLUE value IS 234 (91.80% from 255) = 36.79%
R=31.76%
G=31.45%
B=36.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022002340.140.1500.08243.5344.7485.1
HexCAC8EAEF08f42d55
Octal312310352161701036455125
Binary1100101011001000111010101110111101000111101001011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC8EA; }

 p { color: rgb(202,200,234); }

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

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

 a { background-color: rgb(202,200,234); }

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

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

 span { border-color: rgb(202,200,234); }

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