Shades of Light Grey #D8CDCC
Tints of Light Grey #D8CDCC
RGB
CMYK
RGB Variations
Color information
#D8CDCC (or 0xD8CDCC) is known color: Light Grey. HEX triplet: D8, CD and CC. RGB value is (216,205,204). Sum of RGB (Red+Green+Blue) = 216+205+204=625 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.56% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CDCC is #273233. Grayscale: #D0D0D0. Windows color (decimal): -2568756 or 13422040. OLE color: 13422040.
HSL color Cylindrical-coordinate representation of color #D8CDCC: hue angle of 5º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D8CDCC is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 205 | 204 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.15 |
| HSL | 5º | 0.13% | 0.82% | - |
| HSV(B) | 5º | 0.06% | 0.85% | - |
| XYZ | 61.05 | 62.62 | 66 | - |
| YUV | 208.18 | 125.64 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 205 | 204 | 0 | 0.05 | 0.06 | 0.15 | 5 | 0.13 | 0.82 |
| Hex | D8 | CD | CC | 0 | 5 | 6 | F | 5 | D | 52 |
| Octal | 330 | 315 | 314 | 0 | 5 | 6 | 17 | 5 | 15 | 122 |
| Binary | 11011000 | 11001101 | 11001100 | 0 | 101 | 110 | 1111 | 101 | 1101 | 1010010 |
Color Harmonies of #D8CDCC
Complementary color
Monochromatic Colors of #D8CDCC
Black with #D8CDCC
Text Example
Text Example
White with #D8CDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CDCC; }
p { color: rgb(216,205,204); }
H1.HeaderClassName
{
color: #D8CDCC;
}
.AnyTagClassName
{
color: #D8CDCC;
}
</style>
background-color css
<style>
a { background-color: #D8CDCC; }
a { background-color: rgb(216,205,204); }
div.DivClassName
{
background-color: #D8CDCC;
}
.BgClassName
{
background-color: #D8CDCC;
}
</style>
border-color css
<style>
span { border-color: #D8CDCC; }
span { border-color: rgb(216,205,204); }
td.TdClassName
{
border-color: #D8CDCC;
}
.TagClassName
{
border-color: #D8CDCC;
}
</style>