#CACAE5

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

Shades of Lavender Grey #CACAE5

Tints of Lavender Grey #CACAE5

Color information

#CACAE5 (or 0xCACAE5) is unknown color: approx Lavender Grey. HEX triplet: CA, CA and E5. RGB value is (202,202,229). Sum of RGB (Red+Green+Blue) = 202+202+229=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 229 (89.84% from 255 or 36.18% from 633); Max value from RGB is 229 - color contains mainly: blue. Hex color #CACAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACAE5 is #35351A. Grayscale: #CCCCCC. Windows color (decimal): -3487003 or 15059658. OLE color: 15059658.

HSL color Cylindrical-coordinate representation of color #CACAE5: hue angle of 240º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CACAE5 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB202202229-
CMYK0.120.1200.10
HSL240º34.18%84.51%-
HSV(B)240º11.79%89.8%-
XYZ59.6260.4582.66-
YUV205.08141.5125.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.91%
GREEN value IS 202 (79.30% from 255) = 31.91%
BLUE value IS 229 (89.84% from 255) = 36.18%
R=31.91%
G=31.91%
B=36.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022022290.120.1200.1024034.1884.51
HexCACAE5CC0Af02255
Octal312312345141401236042125
Binary1100101011001010111001011100110001010111100001000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACAE5; }

 p { color: rgb(202,202,229); }

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

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

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

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

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

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

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