Shades of Twilight #D0C9CD
Tints of Twilight #D0C9CD
RGB
CMYK
RGB Variations
Color information
#D0C9CD (or 0xD0C9CD) is known color: Twilight. HEX triplet: D0, C9 and CD. RGB value is (208,201,205). Sum of RGB (Red+Green+Blue) = 208+201+205=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 201 (78.91% from 255 or 32.74% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C9CD is #2F3632. Grayscale: #CBCBCB. Windows color (decimal): -3094067 or 13486544. OLE color: 13486544.
HSL color Cylindrical-coordinate representation of color #D0C9CD: hue angle of 325.71º degrees, saturation: 0.07, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D0C9CD is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 201 | 205 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.18 |
| HSL | 325.71º | 0.07% | 0.8% | - |
| HSV(B) | 325.71º | 0.03% | 0.82% | - |
| XYZ | 57.92 | 59.59 | 66.21 | - |
| YUV | 203.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 205 | 0 | 0.03 | 0.01 | 0.18 | 325.71 | 0.07 | 0.8 |
| Hex | D0 | C9 | CD | 0 | 3 | 1 | 12 | 146 | 7 | 50 |
| Octal | 320 | 311 | 315 | 0 | 3 | 1 | 22 | 506 | 7 | 120 |
| Binary | 11010000 | 11001001 | 11001101 | 0 | 11 | 1 | 10010 | 101000110 | 111 | 1010000 |
Color Harmonies of #D0C9CD
Complementary color
Monochromatic Colors of #D0C9CD
Black with #D0C9CD
Text Example
Text Example
White with #D0C9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C9CD; }
p { color: rgb(208,201,205); }
H1.HeaderClassName
{
color: #D0C9CD;
}
.AnyTagClassName
{
color: #D0C9CD;
}
</style>
background-color css
<style>
a { background-color: #D0C9CD; }
a { background-color: rgb(208,201,205); }
div.DivClassName
{
background-color: #D0C9CD;
}
.BgClassName
{
background-color: #D0C9CD;
}
</style>
border-color css
<style>
span { border-color: #D0C9CD; }
span { border-color: rgb(208,201,205); }
td.TdClassName
{
border-color: #D0C9CD;
}
.TagClassName
{
border-color: #D0C9CD;
}
</style>