Shades of Twilight #D0BDC9
Tints of Twilight #D0BDC9
RGB
CMYK
RGB Variations
Color information
#D0BDC9 (or 0xD0BDC9) is known color: Twilight. HEX triplet: D0, BD and C9. RGB value is (208,189,201). Sum of RGB (Red+Green+Blue) = 208+189+201=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 201 (78.91% from 255 or 33.61% from 598); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BDC9 is #2F4236. Grayscale: #C4C4C4. Windows color (decimal): -3097143 or 13221328. OLE color: 13221328.
HSL color Cylindrical-coordinate representation of color #D0BDC9: hue angle of 322.11º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0BDC9 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 189 | 201 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.18 |
| HSL | 322.11º | 0.17% | 0.78% | - |
| HSV(B) | 322.11º | 0.09% | 0.82% | - |
| XYZ | 54.75 | 54.02 | 62.8 | - |
| YUV | 196.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 189 | 201 | 0 | 0.09 | 0.03 | 0.18 | 322.11 | 0.17 | 0.78 |
| Hex | D0 | BD | C9 | 0 | 9 | 3 | 12 | 142 | 11 | 4E |
| Octal | 320 | 275 | 311 | 0 | 11 | 3 | 22 | 502 | 21 | 116 |
| Binary | 11010000 | 10111101 | 11001001 | 0 | 1001 | 11 | 10010 | 101000010 | 10001 | 1001110 |
Color Harmonies of #D0BDC9
Complementary color
Monochromatic Colors of #D0BDC9
Black with #D0BDC9
Text Example
Text Example
White with #D0BDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BDC9; }
p { color: rgb(208,189,201); }
H1.HeaderClassName
{
color: #D0BDC9;
}
.AnyTagClassName
{
color: #D0BDC9;
}
</style>
background-color css
<style>
a { background-color: #D0BDC9; }
a { background-color: rgb(208,189,201); }
div.DivClassName
{
background-color: #D0BDC9;
}
.BgClassName
{
background-color: #D0BDC9;
}
</style>
border-color css
<style>
span { border-color: #D0BDC9; }
span { border-color: rgb(208,189,201); }
td.TdClassName
{
border-color: #D0BDC9;
}
.TagClassName
{
border-color: #D0BDC9;
}
</style>