Shades of Twilight #D0C8CD
Tints of Twilight #D0C8CD
RGB
CMYK
RGB Variations
Color information
#D0C8CD (or 0xD0C8CD) is known color: Twilight. HEX triplet: D0, C8 and CD. RGB value is (208,200,205). Sum of RGB (Red+Green+Blue) = 208+200+205=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 200 (78.52% from 255 or 32.63% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C8CD is #2F3732. Grayscale: #CACACA. Windows color (decimal): -3094323 or 13486288. OLE color: 13486288.
HSL color Cylindrical-coordinate representation of color #D0C8CD: hue angle of 322.5º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D0C8CD is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 200 | 205 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.18 |
| HSL | 322.5º | 0.08% | 0.8% | - |
| HSV(B) | 322.5º | 0.04% | 0.82% | - |
| XYZ | 57.69 | 59.13 | 66.13 | - |
| YUV | 202.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 200 | 205 | 0 | 0.04 | 0.01 | 0.18 | 322.5 | 0.08 | 0.8 |
| Hex | D0 | C8 | CD | 0 | 4 | 1 | 12 | 142 | 8 | 50 |
| Octal | 320 | 310 | 315 | 0 | 4 | 1 | 22 | 502 | 10 | 120 |
| Binary | 11010000 | 11001000 | 11001101 | 0 | 100 | 1 | 10010 | 101000010 | 1000 | 1010000 |
Color Harmonies of #D0C8CD
Complementary color
Monochromatic Colors of #D0C8CD
Black with #D0C8CD
Text Example
Text Example
White with #D0C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C8CD; }
p { color: rgb(208,200,205); }
H1.HeaderClassName
{
color: #D0C8CD;
}
.AnyTagClassName
{
color: #D0C8CD;
}
</style>
background-color css
<style>
a { background-color: #D0C8CD; }
a { background-color: rgb(208,200,205); }
div.DivClassName
{
background-color: #D0C8CD;
}
.BgClassName
{
background-color: #D0C8CD;
}
</style>
border-color css
<style>
span { border-color: #D0C8CD; }
span { border-color: rgb(208,200,205); }
td.TdClassName
{
border-color: #D0C8CD;
}
.TagClassName
{
border-color: #D0C8CD;
}
</style>