Shades of Twilight #D8BBCC
Tints of Twilight #D8BBCC
RGB
CMYK
RGB Variations
Color information
#D8BBCC (or 0xD8BBCC) is known color: Twilight. HEX triplet: D8, BB and CC. RGB value is (216,187,204). Sum of RGB (Red+Green+Blue) = 216+187+204=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BBCC is #274433. Grayscale: #C5C5C5. Windows color (decimal): -2573364 or 13417432. OLE color: 13417432.
HSL color Cylindrical-coordinate representation of color #D8BBCC: hue angle of 324.83º 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 #D8BBCC is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 187 | 204 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.15 |
| HSL | 324.83º | 0.27% | 0.79% | - |
| HSV(B) | 324.83º | 0.13% | 0.85% | - |
| XYZ | 56.99 | 54.5 | 64.64 | - |
| YUV | 197.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 204 | 0 | 0.13 | 0.06 | 0.15 | 324.83 | 0.27 | 0.79 |
| Hex | D8 | BB | CC | 0 | D | 6 | F | 145 | 1B | 4F |
| Octal | 330 | 273 | 314 | 0 | 15 | 6 | 17 | 505 | 33 | 117 |
| Binary | 11011000 | 10111011 | 11001100 | 0 | 1101 | 110 | 1111 | 101000101 | 11011 | 1001111 |
Color Harmonies of #D8BBCC
Complementary color
Monochromatic Colors of #D8BBCC
Black with #D8BBCC
Text Example
Text Example
White with #D8BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BBCC; }
p { color: rgb(216,187,204); }
H1.HeaderClassName
{
color: #D8BBCC;
}
.AnyTagClassName
{
color: #D8BBCC;
}
</style>
background-color css
<style>
a { background-color: #D8BBCC; }
a { background-color: rgb(216,187,204); }
div.DivClassName
{
background-color: #D8BBCC;
}
.BgClassName
{
background-color: #D8BBCC;
}
</style>
border-color css
<style>
span { border-color: #D8BBCC; }
span { border-color: rgb(216,187,204); }
td.TdClassName
{
border-color: #D8BBCC;
}
.TagClassName
{
border-color: #D8BBCC;
}
</style>