Shades of Twilight #D8BECD
Tints of Twilight #D8BECD
RGB
CMYK
RGB Variations
Color information
#D8BECD (or 0xD8BECD) is known color: Twilight. HEX triplet: D8, BE and CD. RGB value is (216,190,205). Sum of RGB (Red+Green+Blue) = 216+190+205=611 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.35% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BECD is #274132. Grayscale: #C7C7C7. Windows color (decimal): -2572595 or 13483736. OLE color: 13483736.
HSL color Cylindrical-coordinate representation of color #D8BECD: hue angle of 325.38º 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 #D8BECD is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 190 | 205 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.15 |
| HSL | 325.38º | 0.25% | 0.8% | - |
| HSV(B) | 325.38º | 0.12% | 0.85% | - |
| XYZ | 57.75 | 55.83 | 65.49 | - |
| YUV | 199.48 | 131.11 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 190 | 205 | 0 | 0.12 | 0.05 | 0.15 | 325.38 | 0.25 | 0.8 |
| Hex | D8 | BE | CD | 0 | C | 5 | F | 145 | 19 | 50 |
| Octal | 330 | 276 | 315 | 0 | 14 | 5 | 17 | 505 | 31 | 120 |
| Binary | 11011000 | 10111110 | 11001101 | 0 | 1100 | 101 | 1111 | 101000101 | 11001 | 1010000 |
Color Harmonies of #D8BECD
Complementary color
Monochromatic Colors of #D8BECD
Black with #D8BECD
Text Example
Text Example
White with #D8BECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BECD; }
p { color: rgb(216,190,205); }
H1.HeaderClassName
{
color: #D8BECD;
}
.AnyTagClassName
{
color: #D8BECD;
}
</style>
background-color css
<style>
a { background-color: #D8BECD; }
a { background-color: rgb(216,190,205); }
div.DivClassName
{
background-color: #D8BECD;
}
.BgClassName
{
background-color: #D8BECD;
}
</style>
border-color css
<style>
span { border-color: #D8BECD; }
span { border-color: rgb(216,190,205); }
td.TdClassName
{
border-color: #D8BECD;
}
.TagClassName
{
border-color: #D8BECD;
}
</style>