#CACAD3

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

Shades of Lavender Grey #CACAD3

Tints of Lavender Grey #CACAD3

Color information

#CACAD3 (or 0xCACAD3) is unknown color: approx Lavender Grey. HEX triplet: CA, CA and D3. RGB value is (202,202,211). Sum of RGB (Red+Green+Blue) = 202+202+211=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 211 (82.81% from 255 or 34.31% from 615); Max value from RGB is 211 - color contains mainly: blue. Hex color #CACAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACAD3 is #35352C. Grayscale: #CACACA. Windows color (decimal): -3487021 or 13880010. OLE color: 13880010.

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

Color convert

RGB202202211-
CMYK0.040.0400.17
HSL240º9.28%80.98%-
HSV(B)240º4.27%82.75%-
XYZ57.2459.570.1-
YUV203.03132.5127.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.85%
GREEN value IS 202 (79.30% from 255) = 32.85%
BLUE value IS 211 (82.81% from 255) = 34.31%
R=32.85%
G=32.85%
B=34.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2022022110.040.0400.172409.2880.98
HexCACAD344011f0951
Octal3123123234402136011121
Binary1100101011001010110100111001000100011111000010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACAD3; }

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

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

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

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

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

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

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

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