Shades of Twilight #D9BBCA
Tints of Twilight #D9BBCA
RGB
CMYK
RGB Variations
Color information
#D9BBCA (or 0xD9BBCA) is known color: Twilight. HEX triplet: D9, BB and CA. RGB value is (217,187,202). Sum of RGB (Red+Green+Blue) = 217+187+202=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BBCA is #264435. Grayscale: #C5C5C5. Windows color (decimal): -2507830 or 13286361. OLE color: 13286361.
HSL color Cylindrical-coordinate representation of color #D9BBCA: hue angle of 330º 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 #D9BBCA is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 187 | 202 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.15 |
| HSL | 330º | 0.28% | 0.79% | - |
| HSV(B) | 330º | 0.14% | 0.85% | - |
| XYZ | 57.05 | 54.56 | 63.4 | - |
| YUV | 197.68 | 130.44 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 202 | 0 | 0.14 | 0.07 | 0.15 | 330 | 0.28 | 0.79 |
| Hex | D9 | BB | CA | 0 | E | 7 | F | 14A | 1C | 4F |
| Octal | 331 | 273 | 312 | 0 | 16 | 7 | 17 | 512 | 34 | 117 |
| Binary | 11011001 | 10111011 | 11001010 | 0 | 1110 | 111 | 1111 | 101001010 | 11100 | 1001111 |
Color Harmonies of #D9BBCA
Complementary color
Monochromatic Colors of #D9BBCA
Black with #D9BBCA
Text Example
Text Example
White with #D9BBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BBCA; }
p { color: rgb(217,187,202); }
H1.HeaderClassName
{
color: #D9BBCA;
}
.AnyTagClassName
{
color: #D9BBCA;
}
</style>
background-color css
<style>
a { background-color: #D9BBCA; }
a { background-color: rgb(217,187,202); }
div.DivClassName
{
background-color: #D9BBCA;
}
.BgClassName
{
background-color: #D9BBCA;
}
</style>
border-color css
<style>
span { border-color: #D9BBCA; }
span { border-color: rgb(217,187,202); }
td.TdClassName
{
border-color: #D9BBCA;
}
.TagClassName
{
border-color: #D9BBCA;
}
</style>