Shades of Twilight #D0BDC7
Tints of Twilight #D0BDC7
RGB
CMYK
RGB Variations
Color information
#D0BDC7 (or 0xD0BDC7) is known color: Twilight. HEX triplet: D0, BD and C7. RGB value is (208,189,199). Sum of RGB (Red+Green+Blue) = 208+189+199=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 199 (78.12% from 255 or 33.39% from 596); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BDC7 is #2F4238. Grayscale: #C3C3C3. Windows color (decimal): -3097145 or 13090256. OLE color: 13090256.
HSL color Cylindrical-coordinate representation of color #D0BDC7: hue angle of 328.42º 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 #D0BDC7 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 189 | 199 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.18 |
| HSL | 328.42º | 0.17% | 0.78% | - |
| HSV(B) | 328.42º | 0.09% | 0.82% | - |
| XYZ | 54.52 | 53.93 | 61.57 | - |
| YUV | 195.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 189 | 199 | 0 | 0.09 | 0.04 | 0.18 | 328.42 | 0.17 | 0.78 |
| Hex | D0 | BD | C7 | 0 | 9 | 4 | 12 | 148 | 11 | 4E |
| Octal | 320 | 275 | 307 | 0 | 11 | 4 | 22 | 510 | 21 | 116 |
| Binary | 11010000 | 10111101 | 11000111 | 0 | 1001 | 100 | 10010 | 101001000 | 10001 | 1001110 |
Color Harmonies of #D0BDC7
Complementary color
Monochromatic Colors of #D0BDC7
Black with #D0BDC7
Text Example
Text Example
White with #D0BDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BDC7; }
p { color: rgb(208,189,199); }
H1.HeaderClassName
{
color: #D0BDC7;
}
.AnyTagClassName
{
color: #D0BDC7;
}
</style>
background-color css
<style>
a { background-color: #D0BDC7; }
a { background-color: rgb(208,189,199); }
div.DivClassName
{
background-color: #D0BDC7;
}
.BgClassName
{
background-color: #D0BDC7;
}
</style>
border-color css
<style>
span { border-color: #D0BDC7; }
span { border-color: rgb(208,189,199); }
td.TdClassName
{
border-color: #D0BDC7;
}
.TagClassName
{
border-color: #D0BDC7;
}
</style>