Shades of Twilight #D9BCCD
Tints of Twilight #D9BCCD
RGB
CMYK
RGB Variations
Color information
#D9BCCD (or 0xD9BCCD) is known color: Twilight. HEX triplet: D9, BC and CD. RGB value is (217,188,205). Sum of RGB (Red+Green+Blue) = 217+188+205=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCCD is #264332. Grayscale: #C6C6C6. Windows color (decimal): -2507571 or 13483225. OLE color: 13483225.
HSL color Cylindrical-coordinate representation of color #D9BCCD: hue angle of 324.83º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9BCCD is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 205 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.15 |
| HSL | 324.83º | 0.28% | 0.79% | - |
| HSV(B) | 324.83º | 0.13% | 0.85% | - |
| XYZ | 57.62 | 55.13 | 65.36 | - |
| YUV | 198.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 205 | 0 | 0.13 | 0.06 | 0.15 | 324.83 | 0.28 | 0.79 |
| Hex | D9 | BC | CD | 0 | D | 6 | F | 145 | 1C | 4F |
| Octal | 331 | 274 | 315 | 0 | 15 | 6 | 17 | 505 | 34 | 117 |
| Binary | 11011001 | 10111100 | 11001101 | 0 | 1101 | 110 | 1111 | 101000101 | 11100 | 1001111 |
Color Harmonies of #D9BCCD
Complementary color
Monochromatic Colors of #D9BCCD
Black with #D9BCCD
Text Example
Text Example
White with #D9BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BCCD; }
p { color: rgb(217,188,205); }
H1.HeaderClassName
{
color: #D9BCCD;
}
.AnyTagClassName
{
color: #D9BCCD;
}
</style>
background-color css
<style>
a { background-color: #D9BCCD; }
a { background-color: rgb(217,188,205); }
div.DivClassName
{
background-color: #D9BCCD;
}
.BgClassName
{
background-color: #D9BCCD;
}
</style>
border-color css
<style>
span { border-color: #D9BCCD; }
span { border-color: rgb(217,188,205); }
td.TdClassName
{
border-color: #D9BCCD;
}
.TagClassName
{
border-color: #D9BCCD;
}
</style>