Shades of Twilight #D8C2CC
Tints of Twilight #D8C2CC
RGB
CMYK
RGB Variations
Color information
#D8C2CC (or 0xD8C2CC) is known color: Twilight. HEX triplet: D8, C2 and CC. RGB value is (216,194,204). Sum of RGB (Red+Green+Blue) = 216+194+204=614 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.18% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C2CC is #273D33. Grayscale: #C9C9C9. Windows color (decimal): -2571572 or 13419224. OLE color: 13419224.
HSL color Cylindrical-coordinate representation of color #D8C2CC: hue angle of 332.73º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8C2CC is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 194 | 204 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.15 |
| HSL | 332.73º | 0.22% | 0.8% | - |
| HSV(B) | 332.73º | 0.1% | 0.85% | - |
| XYZ | 58.51 | 57.54 | 65.15 | - |
| YUV | 201.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 194 | 204 | 0 | 0.10 | 0.06 | 0.15 | 332.73 | 0.22 | 0.8 |
| Hex | D8 | C2 | CC | 0 | A | 6 | F | 14D | 16 | 50 |
| Octal | 330 | 302 | 314 | 0 | 12 | 6 | 17 | 515 | 26 | 120 |
| Binary | 11011000 | 11000010 | 11001100 | 0 | 1010 | 110 | 1111 | 101001101 | 10110 | 1010000 |
Color Harmonies of #D8C2CC
Complementary color
Monochromatic Colors of #D8C2CC
Black with #D8C2CC
Text Example
Text Example
White with #D8C2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C2CC; }
p { color: rgb(216,194,204); }
H1.HeaderClassName
{
color: #D8C2CC;
}
.AnyTagClassName
{
color: #D8C2CC;
}
</style>
background-color css
<style>
a { background-color: #D8C2CC; }
a { background-color: rgb(216,194,204); }
div.DivClassName
{
background-color: #D8C2CC;
}
.BgClassName
{
background-color: #D8C2CC;
}
</style>
border-color css
<style>
span { border-color: #D8C2CC; }
span { border-color: rgb(216,194,204); }
td.TdClassName
{
border-color: #D8C2CC;
}
.TagClassName
{
border-color: #D8C2CC;
}
</style>