Shades of Twilight #D0B8C2
Tints of Twilight #D0B8C2
RGB
CMYK
RGB Variations
Color information
#D0B8C2 (or 0xD0B8C2) is known color: Twilight. HEX triplet: D0, B8 and C2. RGB value is (208,184,194). Sum of RGB (Red+Green+Blue) = 208+184+194=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 184 (72.27% from 255 or 31.40% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B8C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B8C2 is #2F473D. Grayscale: #C0C0C0. Windows color (decimal): -3098430 or 12761296. OLE color: 12761296.
HSL color Cylindrical-coordinate representation of color #D0B8C2: hue angle of 335º degrees, saturation: 0.2, 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 #D0B8C2 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 184 | 194 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.18 |
| HSL | 335º | 0.2% | 0.77% | - |
| HSV(B) | 335º | 0.12% | 0.82% | - |
| XYZ | 52.89 | 51.59 | 58.21 | - |
| YUV | 192.32 | 128.95 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 184 | 194 | 0 | 0.12 | 0.07 | 0.18 | 335 | 0.2 | 0.77 |
| Hex | D0 | B8 | C2 | 0 | C | 7 | 12 | 14F | 14 | 4D |
| Octal | 320 | 270 | 302 | 0 | 14 | 7 | 22 | 517 | 24 | 115 |
| Binary | 11010000 | 10111000 | 11000010 | 0 | 1100 | 111 | 10010 | 101001111 | 10100 | 1001101 |
Color Harmonies of #D0B8C2
Complementary color
Monochromatic Colors of #D0B8C2
Black with #D0B8C2
Text Example
Text Example
White with #D0B8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B8C2; }
p { color: rgb(208,184,194); }
H1.HeaderClassName
{
color: #D0B8C2;
}
.AnyTagClassName
{
color: #D0B8C2;
}
</style>
background-color css
<style>
a { background-color: #D0B8C2; }
a { background-color: rgb(208,184,194); }
div.DivClassName
{
background-color: #D0B8C2;
}
.BgClassName
{
background-color: #D0B8C2;
}
</style>
border-color css
<style>
span { border-color: #D0B8C2; }
span { border-color: rgb(208,184,194); }
td.TdClassName
{
border-color: #D0B8C2;
}
.TagClassName
{
border-color: #D0B8C2;
}
</style>