#CACAD5

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

Shades of Lavender Grey #CACAD5

Tints of Lavender Grey #CACAD5

Color information

#CACAD5 (or 0xCACAD5) is unknown color: approx Lavender Grey. HEX triplet: CA, CA and D5. RGB value is (202,202,213). Sum of RGB (Red+Green+Blue) = 202+202+213=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 213 (83.59% from 255 or 34.52% from 617); Max value from RGB is 213 - color contains mainly: blue. Hex color #CACAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACAD5 is #35352A. Grayscale: #CBCBCB. Windows color (decimal): -3487019 or 14011082. OLE color: 14011082.

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

Color convert

RGB202202213-
CMYK0.050.0500.16
HSL240º11.58%81.37%-
HSV(B)240º5.16%83.53%-
XYZ57.4959.671.43-
YUV203.25133.5127.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.74%
GREEN value IS 202 (79.30% from 255) = 32.74%
BLUE value IS 213 (83.59% from 255) = 34.52%
R=32.74%
G=32.74%
B=34.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022022130.050.0500.1624011.5881.37
HexCACAD555010f0c51
Octal3123123255502036014121
Binary1100101011001010110101011011010100001111000011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACAD5; }

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

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

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

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

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

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

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

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