Shades of Twilight #D9BECF
Tints of Twilight #D9BECF
RGB
CMYK
RGB Variations
Color information
#D9BECF (or 0xD9BECF) is known color: Twilight. HEX triplet: D9, BE and CF. RGB value is (217,190,207). Sum of RGB (Red+Green+Blue) = 217+190+207=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BECF is #264130. Grayscale: #C7C7C7. Windows color (decimal): -2507057 or 13614809. OLE color: 13614809.
HSL color Cylindrical-coordinate representation of color #D9BECF: hue angle of 322.22º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9BECF is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 190 | 207 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.15 |
| HSL | 322.22º | 0.26% | 0.8% | - |
| HSV(B) | 322.22º | 0.12% | 0.85% | - |
| XYZ | 58.29 | 56.08 | 66.78 | - |
| YUV | 200.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 190 | 207 | 0 | 0.12 | 0.05 | 0.15 | 322.22 | 0.26 | 0.8 |
| Hex | D9 | BE | CF | 0 | C | 5 | F | 142 | 1A | 50 |
| Octal | 331 | 276 | 317 | 0 | 14 | 5 | 17 | 502 | 32 | 120 |
| Binary | 11011001 | 10111110 | 11001111 | 0 | 1100 | 101 | 1111 | 101000010 | 11010 | 1010000 |
Color Harmonies of #D9BECF
Complementary color
Monochromatic Colors of #D9BECF
Black with #D9BECF
Text Example
Text Example
White with #D9BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BECF; }
p { color: rgb(217,190,207); }
H1.HeaderClassName
{
color: #D9BECF;
}
.AnyTagClassName
{
color: #D9BECF;
}
</style>
background-color css
<style>
a { background-color: #D9BECF; }
a { background-color: rgb(217,190,207); }
div.DivClassName
{
background-color: #D9BECF;
}
.BgClassName
{
background-color: #D9BECF;
}
</style>
border-color css
<style>
span { border-color: #D9BECF; }
span { border-color: rgb(217,190,207); }
td.TdClassName
{
border-color: #D9BECF;
}
.TagClassName
{
border-color: #D9BECF;
}
</style>