Shades of Twilight #D0BBC7
Tints of Twilight #D0BBC7
RGB
CMYK
RGB Variations
Color information
#D0BBC7 (or 0xD0BBC7) is known color: Twilight. HEX triplet: D0, BB and C7. RGB value is (208,187,199). Sum of RGB (Red+Green+Blue) = 208+187+199=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BBC7 is #2F4438. Grayscale: #C2C2C2. Windows color (decimal): -3097657 or 13089744. OLE color: 13089744.
HSL color Cylindrical-coordinate representation of color #D0BBC7: hue angle of 325.71º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0BBC7 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 187 | 199 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.18 |
| HSL | 325.71º | 0.18% | 0.77% | - |
| HSV(B) | 325.71º | 0.1% | 0.82% | - |
| XYZ | 54.09 | 53.07 | 61.43 | - |
| YUV | 194.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 187 | 199 | 0 | 0.10 | 0.04 | 0.18 | 325.71 | 0.18 | 0.77 |
| Hex | D0 | BB | C7 | 0 | A | 4 | 12 | 146 | 12 | 4D |
| Octal | 320 | 273 | 307 | 0 | 12 | 4 | 22 | 506 | 22 | 115 |
| Binary | 11010000 | 10111011 | 11000111 | 0 | 1010 | 100 | 10010 | 101000110 | 10010 | 1001101 |
Color Harmonies of #D0BBC7
Complementary color
Monochromatic Colors of #D0BBC7
Black with #D0BBC7
Text Example
Text Example
White with #D0BBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BBC7; }
p { color: rgb(208,187,199); }
H1.HeaderClassName
{
color: #D0BBC7;
}
.AnyTagClassName
{
color: #D0BBC7;
}
</style>
background-color css
<style>
a { background-color: #D0BBC7; }
a { background-color: rgb(208,187,199); }
div.DivClassName
{
background-color: #D0BBC7;
}
.BgClassName
{
background-color: #D0BBC7;
}
</style>
border-color css
<style>
span { border-color: #D0BBC7; }
span { border-color: rgb(208,187,199); }
td.TdClassName
{
border-color: #D0BBC7;
}
.TagClassName
{
border-color: #D0BBC7;
}
</style>