#CCCADC

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

Shades of Lavender Grey #CCCADC

Tints of Lavender Grey #CCCADC

Color information

#CCCADC (or 0xCCCADC) is unknown color: approx Lavender Grey. HEX triplet: CC, CA and DC. RGB value is (204,202,220). Sum of RGB (Red+Green+Blue) = 204+202+220=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCCADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCADC is #333523. Grayscale: #CCCCCC. Windows color (decimal): -3355940 or 14469836. OLE color: 14469836.

HSL color Cylindrical-coordinate representation of color #CCCADC: hue angle of 246.67º 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 #CCCADC is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204202220-
CMYK0.070.0800.14
HSL246.67º20.45%82.75%-
HSV(B)246.67º8.18%86.27%-
XYZ58.9460.2576.23-
YUV204.65136.66127.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.59%
GREEN value IS 202 (79.30% from 255) = 32.27%
BLUE value IS 220 (86.33% from 255) = 35.14%
R=32.59%
G=32.27%
B=35.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042022200.070.0800.14246.6720.4582.75
HexCCCADC780Ef71453
Octal31431233471001636724123
Binary11001100110010101101110011110000111011110111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCADC; }

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

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

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

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

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

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

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

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