#CAC7E8

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

Shades of Lavender Grey #CAC7E8

Tints of Lavender Grey #CAC7E8

Color information

#CAC7E8 (or 0xCAC7E8) is unknown color: approx Lavender Grey. HEX triplet: CA, C7 and E8. RGB value is (202,199,232). Sum of RGB (Red+Green+Blue) = 202+199+232=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 199 (78.12% from 255 or 31.44% from 633); Blue value is 232 (91.02% from 255 or 36.65% from 633); Max value from RGB is 232 - color contains mainly: blue. Hex color #CAC7E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC7E8 is #353817. Grayscale: #CBCBCB. Windows color (decimal): -3487768 or 15255498. OLE color: 15255498.

HSL color Cylindrical-coordinate representation of color #CAC7E8: hue angle of 245.45º degrees, saturation: 0.42, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAC7E8 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202199232-
CMYK0.130.1400.09
HSL245.45º41.77%84.51%-
HSV(B)245.45º14.22%90.98%-
XYZ59.3559.2384.65-
YUV203.66143.99126.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.91%
GREEN value IS 199 (78.12% from 255) = 31.44%
BLUE value IS 232 (91.02% from 255) = 36.65%
R=31.91%
G=31.44%
B=36.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021992320.130.1400.09245.4541.7784.51
HexCAC7E8DE09f52a55
Octal312307350151601136552125
Binary1100101011000111111010001101111001001111101011010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC7E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC7E8; }

 p { color: rgb(202,199,232); }

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

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

 a { background-color: rgb(202,199,232); }

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

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

 span { border-color: rgb(202,199,232); }

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