Shades of Lavender Grey #CCCADC
Tints of Lavender Grey #CCCADC
RGB
CMYK
RGB Variations
Color information
#CCCADC (or 0xCCCADC) is known color: 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
RGB | 204 | 202 | 220 | - |
CMYK | 0.07 | 0.08 | 0 | 0.14 |
HSL | 246.67º | 0.2% | 0.83% | - |
HSV(B) | 246.67º | 0.08% | 0.86% | - |
XYZ | 58.94 | 60.25 | 76.23 | - |
YUV | 204.65 | 136.66 | 127.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 202 | 220 | 0.07 | 0.08 | 0 | 0.14 | 246.67 | 0.2 | 0.83 |
Hex | CC | CA | DC | 7 | 8 | 0 | E | F7 | 14 | 53 |
Octal | 314 | 312 | 334 | 7 | 10 | 0 | 16 | 367 | 24 | 123 |
Binary | 11001100 | 11001010 | 11011100 | 111 | 1000 | 0 | 1110 | 11110111 | 10100 | 1010011 |
Color Harmonies of #CCCADC
Complementary color
Monochromatic Colors of #CCCADC
Black with #CCCADC
Text Example
Text Example
White with #CCCADC
Text Example
Text Example
HTML Codes & Css Web 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>