Shades of Lavender Grey #CDCCDC
Tints of Lavender Grey #CDCCDC
RGB
CMYK
RGB Variations
Color information
#CDCCDC (or 0xCDCCDC) is known color: Lavender Grey. HEX triplet: CD, CC and DC. RGB value is (205,204,220). Sum of RGB (Red+Green+Blue) = 205+204+220=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDCCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCCDC is #323323. Grayscale: #CECECE. Windows color (decimal): -3289892 or 14470349. OLE color: 14470349.
HSL color Cylindrical-coordinate representation of color #CDCCDC: hue angle of 243.75º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDCCDC is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 204 | 220 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.14 |
| HSL | 243.75º | 0.19% | 0.83% | - |
| HSV(B) | 243.75º | 0.07% | 0.86% | - |
| XYZ | 59.69 | 61.33 | 76.4 | - |
| YUV | 206.12 | 135.83 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 204 | 220 | 0.07 | 0.07 | 0 | 0.14 | 243.75 | 0.19 | 0.83 |
| Hex | CD | CC | DC | 7 | 7 | 0 | E | F4 | 13 | 53 |
| Octal | 315 | 314 | 334 | 7 | 7 | 0 | 16 | 364 | 23 | 123 |
| Binary | 11001101 | 11001100 | 11011100 | 111 | 111 | 0 | 1110 | 11110100 | 10011 | 1010011 |
Color Harmonies of #CDCCDC
Complementary color
Monochromatic Colors of #CDCCDC
Black with #CDCCDC
Text Example
Text Example
White with #CDCCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCCDC; }
p { color: rgb(205,204,220); }
H1.HeaderClassName
{
color: #CDCCDC;
}
.AnyTagClassName
{
color: #CDCCDC;
}
</style>
background-color css
<style>
a { background-color: #CDCCDC; }
a { background-color: rgb(205,204,220); }
div.DivClassName
{
background-color: #CDCCDC;
}
.BgClassName
{
background-color: #CDCCDC;
}
</style>
border-color css
<style>
span { border-color: #CDCCDC; }
span { border-color: rgb(205,204,220); }
td.TdClassName
{
border-color: #CDCCDC;
}
.TagClassName
{
border-color: #CDCCDC;
}
</style>