Shades of Lavender Grey #CDCCDB
Tints of Lavender Grey #CDCCDB
RGB
CMYK
RGB Variations
Color information
#CDCCDB (or 0xCDCCDB) is known color: Lavender Grey. HEX triplet: CD, CC and DB. RGB value is (205,204,219). Sum of RGB (Red+Green+Blue) = 205+204+219=628 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.64% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDCCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCCDB is #323324. Grayscale: #CDCDCD. Windows color (decimal): -3289893 or 14404813. OLE color: 14404813.
HSL color Cylindrical-coordinate representation of color #CDCCDB: hue angle of 244º degrees, saturation: 0.17, 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 #CDCCDB is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 205 | 204 | 219 | - |
CMYK | 0.06 | 0.07 | 0 | 0.14 |
HSL | 244º | 0.17% | 0.83% | - |
HSV(B) | 244º | 0.07% | 0.86% | - |
XYZ | 59.56 | 61.28 | 75.71 | - |
YUV | 206.01 | 135.33 | 127.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 204 | 219 | 0.06 | 0.07 | 0 | 0.14 | 244 | 0.17 | 0.83 |
Hex | CD | CC | DB | 6 | 7 | 0 | E | F4 | 11 | 53 |
Octal | 315 | 314 | 333 | 6 | 7 | 0 | 16 | 364 | 21 | 123 |
Binary | 11001101 | 11001100 | 11011011 | 110 | 111 | 0 | 1110 | 11110100 | 10001 | 1010011 |
Color Harmonies of #CDCCDB
Complementary color
Monochromatic Colors of #CDCCDB
Black with #CDCCDB
Text Example
Text Example
White with #CDCCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCCDB; }
p { color: rgb(205,204,219); }
H1.HeaderClassName
{
color: #CDCCDB;
}
.AnyTagClassName
{
color: #CDCCDB;
}
</style>
background-color css
<style>
a { background-color: #CDCCDB; }
a { background-color: rgb(205,204,219); }
div.DivClassName
{
background-color: #CDCCDB;
}
.BgClassName
{
background-color: #CDCCDB;
}
</style>
border-color css
<style>
span { border-color: #CDCCDB; }
span { border-color: rgb(205,204,219); }
td.TdClassName
{
border-color: #CDCCDB;
}
.TagClassName
{
border-color: #CDCCDB;
}
</style>