#CACADC

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

Shades of Lavender Grey #CACADC

Tints of Lavender Grey #CACADC

Color information

#CACADC (or 0xCACADC) is unknown color: approx Lavender Grey. HEX triplet: CA, CA and DC. RGB value is (202,202,220). Sum of RGB (Red+Green+Blue) = 202+202+220=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 220 - color contains mainly: blue. Hex color #CACADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACADC is #353523. Grayscale: #CBCBCB. Windows color (decimal): -3487012 or 14469834. OLE color: 14469834.

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

Color convert

RGB202202220-
CMYK0.080.0800.14
HSL240º20.45%82.75%-
HSV(B)240º8.18%86.27%-
XYZ58.459.9676.21-
YUV204.05137126.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.37%
GREEN value IS 202 (79.30% from 255) = 32.37%
BLUE value IS 220 (86.33% from 255) = 35.26%
R=32.37%
G=32.37%
B=35.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022022200.080.0800.1424020.4582.75
HexCACADC880Ef01453
Octal312312334101001636024123
Binary110010101100101011011100100010000111011110000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACADC; }

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

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

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

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

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

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

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

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