Shades of Twilight #D8BBCF
Tints of Twilight #D8BBCF
RGB
CMYK
RGB Variations
Color information
#D8BBCF (or 0xD8BBCF) is known color: Twilight. HEX triplet: D8, BB and CF. RGB value is (216,187,207). Sum of RGB (Red+Green+Blue) = 216+187+207=610 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.41% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BBCF is #274430. Grayscale: #C5C5C5. Windows color (decimal): -2573361 or 13614040. OLE color: 13614040.
HSL color Cylindrical-coordinate representation of color #D8BBCF: hue angle of 318.62º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8BBCF is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 187 | 207 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.15 |
| HSL | 318.62º | 0.27% | 0.79% | - |
| HSV(B) | 318.62º | 0.13% | 0.85% | - |
| XYZ | 57.35 | 54.64 | 66.56 | - |
| YUV | 197.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 207 | 0 | 0.13 | 0.04 | 0.15 | 318.62 | 0.27 | 0.79 |
| Hex | D8 | BB | CF | 0 | D | 4 | F | 13F | 1B | 4F |
| Octal | 330 | 273 | 317 | 0 | 15 | 4 | 17 | 477 | 33 | 117 |
| Binary | 11011000 | 10111011 | 11001111 | 0 | 1101 | 100 | 1111 | 100111111 | 11011 | 1001111 |
Color Harmonies of #D8BBCF
Complementary color
Monochromatic Colors of #D8BBCF
Black with #D8BBCF
Text Example
Text Example
White with #D8BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BBCF; }
p { color: rgb(216,187,207); }
H1.HeaderClassName
{
color: #D8BBCF;
}
.AnyTagClassName
{
color: #D8BBCF;
}
</style>
background-color css
<style>
a { background-color: #D8BBCF; }
a { background-color: rgb(216,187,207); }
div.DivClassName
{
background-color: #D8BBCF;
}
.BgClassName
{
background-color: #D8BBCF;
}
</style>
border-color css
<style>
span { border-color: #D8BBCF; }
span { border-color: rgb(216,187,207); }
td.TdClassName
{
border-color: #D8BBCF;
}
.TagClassName
{
border-color: #D8BBCF;
}
</style>