#CAC8EE

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

Shades of Lavender Blue #CAC8EE

Tints of Lavender Blue #CAC8EE

Color information

#CAC8EE (or 0xCAC8EE) is unknown color: approx Lavender Blue. HEX triplet: CA, C8 and EE. RGB value is (202,200,238). Sum of RGB (Red+Green+Blue) = 202+200+238=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAC8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC8EE is #353711. Grayscale: #CCCCCC. Windows color (decimal): -3487506 or 15648970. OLE color: 15648970.

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

Color convert

RGB202200238-
CMYK0.150.1600.07
HSL243.16º52.78%85.88%-
HSV(B)243.16º15.97%93.33%-
XYZ60.4460.0489.29-
YUV204.93146.66125.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.56%
GREEN value IS 200 (78.52% from 255) = 31.25%
BLUE value IS 238 (93.36% from 255) = 37.19%
R=31.56%
G=31.25%
B=37.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022002380.150.1600.07243.1652.7885.88
HexCAC8EEF1007f33556
Octal31231035617200736365126
Binary1100101011001000111011101111100000111111100111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC8EE; }

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

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

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

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

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

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

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

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