Shades of Twilight #D0B7C2
Tints of Twilight #D0B7C2
RGB
CMYK
RGB Variations
Color information
#D0B7C2 (or 0xD0B7C2) is known color: Twilight. HEX triplet: D0, B7 and C2. RGB value is (208,183,194). Sum of RGB (Red+Green+Blue) = 208+183+194=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 183 (71.88% from 255 or 31.28% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B7C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B7C2 is #2F483D. Grayscale: #BFBFBF. Windows color (decimal): -3098686 or 12761040. OLE color: 12761040.
HSL color Cylindrical-coordinate representation of color #D0B7C2: hue angle of 333.6º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0B7C2 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 183 | 194 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.18 |
| HSL | 333.6º | 0.21% | 0.77% | - |
| HSV(B) | 333.6º | 0.12% | 0.82% | - |
| XYZ | 52.68 | 51.17 | 58.14 | - |
| YUV | 191.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 183 | 194 | 0 | 0.12 | 0.07 | 0.18 | 333.6 | 0.21 | 0.77 |
| Hex | D0 | B7 | C2 | 0 | C | 7 | 12 | 14E | 15 | 4D |
| Octal | 320 | 267 | 302 | 0 | 14 | 7 | 22 | 516 | 25 | 115 |
| Binary | 11010000 | 10110111 | 11000010 | 0 | 1100 | 111 | 10010 | 101001110 | 10101 | 1001101 |
Color Harmonies of #D0B7C2
Complementary color
Monochromatic Colors of #D0B7C2
Black with #D0B7C2
Text Example
Text Example
White with #D0B7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B7C2; }
p { color: rgb(208,183,194); }
H1.HeaderClassName
{
color: #D0B7C2;
}
.AnyTagClassName
{
color: #D0B7C2;
}
</style>
background-color css
<style>
a { background-color: #D0B7C2; }
a { background-color: rgb(208,183,194); }
div.DivClassName
{
background-color: #D0B7C2;
}
.BgClassName
{
background-color: #D0B7C2;
}
</style>
border-color css
<style>
span { border-color: #D0B7C2; }
span { border-color: rgb(208,183,194); }
td.TdClassName
{
border-color: #D0B7C2;
}
.TagClassName
{
border-color: #D0B7C2;
}
</style>