Shades of Twilight #D8C2CB
Tints of Twilight #D8C2CB
RGB
CMYK
RGB Variations
Color information
#D8C2CB (or 0xD8C2CB) is known color: Twilight. HEX triplet: D8, C2 and CB. RGB value is (216,194,203). Sum of RGB (Red+Green+Blue) = 216+194+203=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 194 (76.17% from 255 or 31.65% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C2CB is #273D34. Grayscale: #C9C9C9. Windows color (decimal): -2571573 or 13353688. OLE color: 13353688.
HSL color Cylindrical-coordinate representation of color #D8C2CB: hue angle of 335.45º 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 #D8C2CB is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 194 | 203 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.15 |
| HSL | 335.45º | 0.22% | 0.8% | - |
| HSV(B) | 335.45º | 0.1% | 0.85% | - |
| XYZ | 58.39 | 57.49 | 64.52 | - |
| YUV | 201.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 194 | 203 | 0 | 0.10 | 0.06 | 0.15 | 335.45 | 0.22 | 0.8 |
| Hex | D8 | C2 | CB | 0 | A | 6 | F | 14F | 16 | 50 |
| Octal | 330 | 302 | 313 | 0 | 12 | 6 | 17 | 517 | 26 | 120 |
| Binary | 11011000 | 11000010 | 11001011 | 0 | 1010 | 110 | 1111 | 101001111 | 10110 | 1010000 |
Color Harmonies of #D8C2CB
Complementary color
Monochromatic Colors of #D8C2CB
Black with #D8C2CB
Text Example
Text Example
White with #D8C2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C2CB; }
p { color: rgb(216,194,203); }
H1.HeaderClassName
{
color: #D8C2CB;
}
.AnyTagClassName
{
color: #D8C2CB;
}
</style>
background-color css
<style>
a { background-color: #D8C2CB; }
a { background-color: rgb(216,194,203); }
div.DivClassName
{
background-color: #D8C2CB;
}
.BgClassName
{
background-color: #D8C2CB;
}
</style>
border-color css
<style>
span { border-color: #D8C2CB; }
span { border-color: rgb(216,194,203); }
td.TdClassName
{
border-color: #D8C2CB;
}
.TagClassName
{
border-color: #D8C2CB;
}
</style>