#CACADA

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

Shades of Lavender Grey #CACADA

Tints of Lavender Grey #CACADA

Color information

#CACADA (or 0xCACADA) is unknown color: approx Lavender Grey. HEX triplet: CA, CA and DA. RGB value is (202,202,218). Sum of RGB (Red+Green+Blue) = 202+202+218=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 218 - color contains mainly: blue. Hex color #CACADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACADA is #353525. Grayscale: #CBCBCB. Windows color (decimal): -3487014 or 14338762. OLE color: 14338762.

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

Color convert

RGB202202218-
CMYK0.070.0700.15
HSL240º17.78%82.35%-
HSV(B)240º7.34%85.49%-
XYZ58.1359.8674.82-
YUV203.82136126.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.48%
GREEN value IS 202 (79.30% from 255) = 32.48%
BLUE value IS 218 (85.55% from 255) = 35.05%
R=32.48%
G=32.48%
B=35.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022022180.070.0700.1524017.7882.35
HexCACADA770Ff01252
Octal3123123327701736022122
Binary1100101011001010110110101111110111111110000100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACADA; }

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

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

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

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

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

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

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

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