#CAC8ED

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

Shades of Lavender Blue #CAC8ED

Tints of Lavender Blue #CAC8ED

Color information

#CAC8ED (or 0xCAC8ED) is unknown color: approx Lavender Blue. HEX triplet: CA, C8 and ED. RGB value is (202,200,237). Sum of RGB (Red+Green+Blue) = 202+200+237=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAC8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC8ED is #353712. Grayscale: #CCCCCC. Windows color (decimal): -3487507 or 15583434. OLE color: 15583434.

HSL color Cylindrical-coordinate representation of color #CAC8ED: hue angle of 243.24º degrees, saturation: 0.51, 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 #CAC8ED is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202200237-
CMYK0.150.1600.07
HSL243.24º50.68%85.69%-
HSV(B)243.24º15.61%92.94%-
XYZ60.359.9888.52-
YUV204.82146.16125.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.61%
GREEN value IS 200 (78.52% from 255) = 31.30%
BLUE value IS 237 (92.97% from 255) = 37.09%
R=31.61%
G=31.30%
B=37.09%

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
Decimal2022002370.150.1600.07243.2450.6885.69
HexCAC8EDF1007f33356
Octal31231035517200736363126
Binary1100101011001000111011011111100000111111100111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC8ED; }

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

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

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

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

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

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

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

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