Shades of Twilight #D8BECF
Tints of Twilight #D8BECF
RGB
CMYK
RGB Variations
Color information
#D8BECF (or 0xD8BECF) is known color: Twilight. HEX triplet: D8, BE and CF. RGB value is (216,190,207). Sum of RGB (Red+Green+Blue) = 216+190+207=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BECF is #274130. Grayscale: #C7C7C7. Windows color (decimal): -2572593 or 13614808. OLE color: 13614808.
HSL color Cylindrical-coordinate representation of color #D8BECF: hue angle of 320.77º degrees, saturation: 0.25, 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 #D8BECF is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 190 | 207 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.15 |
| HSL | 320.77º | 0.25% | 0.8% | - |
| HSV(B) | 320.77º | 0.12% | 0.85% | - |
| XYZ | 57.99 | 55.93 | 66.77 | - |
| YUV | 199.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 190 | 207 | 0 | 0.12 | 0.04 | 0.15 | 320.77 | 0.25 | 0.8 |
| Hex | D8 | BE | CF | 0 | C | 4 | F | 141 | 19 | 50 |
| Octal | 330 | 276 | 317 | 0 | 14 | 4 | 17 | 501 | 31 | 120 |
| Binary | 11011000 | 10111110 | 11001111 | 0 | 1100 | 100 | 1111 | 101000001 | 11001 | 1010000 |
Color Harmonies of #D8BECF
Complementary color
Monochromatic Colors of #D8BECF
Black with #D8BECF
Text Example
Text Example
White with #D8BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BECF; }
p { color: rgb(216,190,207); }
H1.HeaderClassName
{
color: #D8BECF;
}
.AnyTagClassName
{
color: #D8BECF;
}
</style>
background-color css
<style>
a { background-color: #D8BECF; }
a { background-color: rgb(216,190,207); }
div.DivClassName
{
background-color: #D8BECF;
}
.BgClassName
{
background-color: #D8BECF;
}
</style>
border-color css
<style>
span { border-color: #D8BECF; }
span { border-color: rgb(216,190,207); }
td.TdClassName
{
border-color: #D8BECF;
}
.TagClassName
{
border-color: #D8BECF;
}
</style>