Shades of Twilight #D8CCD4
Tints of Twilight #D8CCD4
RGB
CMYK
RGB Variations
Color information
#D8CCD4 (or 0xD8CCD4) is known color: Twilight. HEX triplet: D8, CC and D4. RGB value is (216,204,212). Sum of RGB (Red+Green+Blue) = 216+204+212=632 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.18% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 212 (83.20% from 255 or 33.54% from 632); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CCD4 is #27332B. Grayscale: #D0D0D0. Windows color (decimal): -2569004 or 13946072. OLE color: 13946072.
HSL color Cylindrical-coordinate representation of color #D8CCD4: hue angle of 320º 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 #D8CCD4 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 204 | 212 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.15 |
| HSL | 320º | 0.13% | 0.82% | - |
| HSV(B) | 320º | 0.06% | 0.85% | - |
| XYZ | 61.8 | 62.54 | 71.1 | - |
| YUV | 208.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 204 | 212 | 0 | 0.06 | 0.02 | 0.15 | 320 | 0.13 | 0.82 |
| Hex | D8 | CC | D4 | 0 | 6 | 2 | F | 140 | D | 52 |
| Octal | 330 | 314 | 324 | 0 | 6 | 2 | 17 | 500 | 15 | 122 |
| Binary | 11011000 | 11001100 | 11010100 | 0 | 110 | 10 | 1111 | 101000000 | 1101 | 1010010 |
Color Harmonies of #D8CCD4
Complementary color
Monochromatic Colors of #D8CCD4
Black with #D8CCD4
Text Example
Text Example
White with #D8CCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CCD4; }
p { color: rgb(216,204,212); }
H1.HeaderClassName
{
color: #D8CCD4;
}
.AnyTagClassName
{
color: #D8CCD4;
}
</style>
background-color css
<style>
a { background-color: #D8CCD4; }
a { background-color: rgb(216,204,212); }
div.DivClassName
{
background-color: #D8CCD4;
}
.BgClassName
{
background-color: #D8CCD4;
}
</style>
border-color css
<style>
span { border-color: #D8CCD4; }
span { border-color: rgb(216,204,212); }
td.TdClassName
{
border-color: #D8CCD4;
}
.TagClassName
{
border-color: #D8CCD4;
}
</style>