#CAC8E3

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

Shades of Lavender Grey #CAC8E3

Tints of Lavender Grey #CAC8E3

Color information

#CAC8E3 (or 0xCAC8E3) is unknown color: approx Lavender Grey. HEX triplet: CA, C8 and E3. RGB value is (202,200,227). Sum of RGB (Red+Green+Blue) = 202+200+227=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 200 (78.52% from 255 or 31.80% from 629); Blue value is 227 (89.06% from 255 or 36.09% from 629); Max value from RGB is 227 - color contains mainly: blue. Hex color #CAC8E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC8E3 is #35371C. Grayscale: #CBCBCB. Windows color (decimal): -3487517 or 14928074. OLE color: 14928074.

HSL color Cylindrical-coordinate representation of color #CAC8E3: hue angle of 244.44º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAC8E3 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB202200227-
CMYK0.110.1200.11
HSL244.44º32.53%83.73%-
HSV(B)244.44º11.89%89.02%-
XYZ58.8859.4181.04-
YUV203.68141.16126.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.11%
GREEN value IS 200 (78.52% from 255) = 31.80%
BLUE value IS 227 (89.06% from 255) = 36.09%
R=32.11%
G=31.80%
B=36.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022002270.110.1200.11244.4432.5383.73
HexCAC8E3BC0Bf42154
Octal312310343131401336441124
Binary1100101011001000111000111011110001011111101001000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC8E3; }

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

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

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

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

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

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

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

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