Shades of Twilight #D9BBCB
Tints of Twilight #D9BBCB
RGB
CMYK
RGB Variations
Color information
#D9BBCB (or 0xD9BBCB) is known color: Twilight. HEX triplet: D9, BB and CB. RGB value is (217,187,203). Sum of RGB (Red+Green+Blue) = 217+187+203=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BBCB is #264434. Grayscale: #C5C5C5. Windows color (decimal): -2507829 or 13351897. OLE color: 13351897.
HSL color Cylindrical-coordinate representation of color #D9BBCB: hue angle of 328º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9BBCB is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 187 | 203 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.15 |
| HSL | 328º | 0.28% | 0.79% | - |
| HSV(B) | 328º | 0.14% | 0.85% | - |
| XYZ | 57.17 | 54.6 | 64.03 | - |
| YUV | 197.79 | 130.94 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 203 | 0 | 0.14 | 0.06 | 0.15 | 328 | 0.28 | 0.79 |
| Hex | D9 | BB | CB | 0 | E | 6 | F | 148 | 1C | 4F |
| Octal | 331 | 273 | 313 | 0 | 16 | 6 | 17 | 510 | 34 | 117 |
| Binary | 11011001 | 10111011 | 11001011 | 0 | 1110 | 110 | 1111 | 101001000 | 11100 | 1001111 |
Color Harmonies of #D9BBCB
Complementary color
Monochromatic Colors of #D9BBCB
Black with #D9BBCB
Text Example
Text Example
White with #D9BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BBCB; }
p { color: rgb(217,187,203); }
H1.HeaderClassName
{
color: #D9BBCB;
}
.AnyTagClassName
{
color: #D9BBCB;
}
</style>
background-color css
<style>
a { background-color: #D9BBCB; }
a { background-color: rgb(217,187,203); }
div.DivClassName
{
background-color: #D9BBCB;
}
.BgClassName
{
background-color: #D9BBCB;
}
</style>
border-color css
<style>
span { border-color: #D9BBCB; }
span { border-color: rgb(217,187,203); }
td.TdClassName
{
border-color: #D9BBCB;
}
.TagClassName
{
border-color: #D9BBCB;
}
</style>