#CACAD7

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

Shades of Lavender Grey #CACAD7

Tints of Lavender Grey #CACAD7

Color information

#CACAD7 (or 0xCACAD7) is unknown color: approx Lavender Grey. HEX triplet: CA, CA and D7. RGB value is (202,202,215). Sum of RGB (Red+Green+Blue) = 202+202+215=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 215 (84.38% from 255 or 34.73% from 619); Max value from RGB is 215 - color contains mainly: blue. Hex color #CACAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACAD7 is #353528. Grayscale: #CBCBCB. Windows color (decimal): -3487017 or 14142154. OLE color: 14142154.

HSL color Cylindrical-coordinate representation of color #CACAD7: hue angle of 240º degrees, saturation: 0.14, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CACAD7 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202202215-
CMYK0.060.0600.16
HSL240º13.98%81.76%-
HSV(B)240º6.05%84.31%-
XYZ57.7459.772.77-
YUV203.48134.5126.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.63%
GREEN value IS 202 (79.30% from 255) = 32.63%
BLUE value IS 215 (84.38% from 255) = 34.73%
R=32.63%
G=32.63%
B=34.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022022150.060.0600.1624013.9881.76
HexCACAD766010f0e52
Octal3123123276602036016122
Binary1100101011001010110101111101100100001111000011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACAD7; }

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

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

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

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

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

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

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

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