Shades of Twilight #D8B4C8
Tints of Twilight #D8B4C8
RGB
CMYK
RGB Variations
Color information
#D8B4C8 (or 0xD8B4C8) is known color: Twilight. HEX triplet: D8, B4 and C8. RGB value is (216,180,200). Sum of RGB (Red+Green+Blue) = 216+180+200=596 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.24% from 596); Green value is 180 (70.70% from 255 or 30.20% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B4C8 is #274B37. Grayscale: #C1C1C1. Windows color (decimal): -2575160 or 13153496. OLE color: 13153496.
HSL color Cylindrical-coordinate representation of color #D8B4C8: hue angle of 326.67º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D8B4C8 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 180 | 200 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.15 |
| HSL | 326.67º | 0.32% | 0.78% | - |
| HSV(B) | 326.67º | 0.17% | 0.85% | - |
| XYZ | 55.07 | 51.41 | 61.66 | - |
| YUV | 193.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 180 | 200 | 0 | 0.17 | 0.07 | 0.15 | 326.67 | 0.32 | 0.78 |
| Hex | D8 | B4 | C8 | 0 | 11 | 7 | F | 147 | 20 | 4E |
| Octal | 330 | 264 | 310 | 0 | 21 | 7 | 17 | 507 | 40 | 116 |
| Binary | 11011000 | 10110100 | 11001000 | 0 | 10001 | 111 | 1111 | 101000111 | 100000 | 1001110 |
Color Harmonies of #D8B4C8
Complementary color
Monochromatic Colors of #D8B4C8
Black with #D8B4C8
Text Example
Text Example
White with #D8B4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B4C8; }
p { color: rgb(216,180,200); }
H1.HeaderClassName
{
color: #D8B4C8;
}
.AnyTagClassName
{
color: #D8B4C8;
}
</style>
background-color css
<style>
a { background-color: #D8B4C8; }
a { background-color: rgb(216,180,200); }
div.DivClassName
{
background-color: #D8B4C8;
}
.BgClassName
{
background-color: #D8B4C8;
}
</style>
border-color css
<style>
span { border-color: #D8B4C8; }
span { border-color: rgb(216,180,200); }
td.TdClassName
{
border-color: #D8B4C8;
}
.TagClassName
{
border-color: #D8B4C8;
}
</style>