#CACAE1

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

Shades of Lavender Grey #CACAE1

Tints of Lavender Grey #CACAE1

Color information

#CACAE1 (or 0xCACAE1) is unknown color: approx Lavender Grey. HEX triplet: CA, CA and E1. RGB value is (202,202,225). Sum of RGB (Red+Green+Blue) = 202+202+225=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 225 (88.28% from 255 or 35.77% from 629); Max value from RGB is 225 - color contains mainly: blue. Hex color #CACAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACAE1 is #35351E. Grayscale: #CCCCCC. Windows color (decimal): -3487007 or 14797514. OLE color: 14797514.

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

Color convert

RGB202202225-
CMYK0.100.1000.12
HSL240º27.71%83.73%-
HSV(B)240º10.22%88.24%-
XYZ59.0760.2379.75-
YUV204.62139.5126.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.11%
GREEN value IS 202 (79.30% from 255) = 32.11%
BLUE value IS 225 (88.28% from 255) = 35.77%
R=32.11%
G=32.11%
B=35.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022022250.100.1000.1224027.7183.73
HexCACAE1AA0Cf01c54
Octal312312341121201436034124
Binary110010101100101011100001101010100110011110000111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACAE1; }

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

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

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

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

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

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

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

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