#CAC6EE

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

Shades of Lavender Blue #CAC6EE

Tints of Lavender Blue #CAC6EE

Color information

#CAC6EE (or 0xCAC6EE) is unknown color: approx Lavender Blue. HEX triplet: CA, C6 and EE. RGB value is (202,198,238). Sum of RGB (Red+Green+Blue) = 202+198+238=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 198 (77.73% from 255 or 31.03% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAC6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC6EE is #353911. Grayscale: #CBCBCB. Windows color (decimal): -3488018 or 15648458. OLE color: 15648458.

HSL color Cylindrical-coordinate representation of color #CAC6EE: hue angle of 246º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAC6EE is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202198238-
CMYK0.150.1700.07
HSL246º54.05%85.49%-
HSV(B)246º16.81%93.33%-
XYZ59.9859.1289.14-
YUV203.76147.33126.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.66%
GREEN value IS 198 (77.73% from 255) = 31.03%
BLUE value IS 238 (93.36% from 255) = 37.30%
R=31.66%
G=31.03%
B=37.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021982380.150.1700.0724654.0585.49
HexCAC6EEF1107f63655
Octal31230635617210736666125
Binary1100101011000110111011101111100010111111101101101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC6EE; }

 p { color: rgb(202,198,238); }

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

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

 a { background-color: rgb(202,198,238); }

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

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

 span { border-color: rgb(202,198,238); }

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