Shades of Twilight #D0C4CD
Tints of Twilight #D0C4CD
RGB
CMYK
RGB Variations
Color information
#D0C4CD (or 0xD0C4CD) is known color: Twilight. HEX triplet: D0, C4 and CD. RGB value is (208,196,205). Sum of RGB (Red+Green+Blue) = 208+196+205=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 196 (76.95% from 255 or 32.18% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C4CD is #2F3B32. Grayscale: #C8C8C8. Windows color (decimal): -3095347 or 13485264. OLE color: 13485264.
HSL color Cylindrical-coordinate representation of color #D0C4CD: hue angle of 315º degrees, saturation: 0.11, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D0C4CD is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 196 | 205 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.18 |
| HSL | 315º | 0.11% | 0.79% | - |
| HSV(B) | 315º | 0.06% | 0.82% | - |
| XYZ | 56.77 | 57.3 | 65.82 | - |
| YUV | 200.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 196 | 205 | 0 | 0.06 | 0.01 | 0.18 | 315 | 0.11 | 0.79 |
| Hex | D0 | C4 | CD | 0 | 6 | 1 | 12 | 13B | B | 4F |
| Octal | 320 | 304 | 315 | 0 | 6 | 1 | 22 | 473 | 13 | 117 |
| Binary | 11010000 | 11000100 | 11001101 | 0 | 110 | 1 | 10010 | 100111011 | 1011 | 1001111 |
Color Harmonies of #D0C4CD
Complementary color
Monochromatic Colors of #D0C4CD
Black with #D0C4CD
Text Example
Text Example
White with #D0C4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C4CD; }
p { color: rgb(208,196,205); }
H1.HeaderClassName
{
color: #D0C4CD;
}
.AnyTagClassName
{
color: #D0C4CD;
}
</style>
background-color css
<style>
a { background-color: #D0C4CD; }
a { background-color: rgb(208,196,205); }
div.DivClassName
{
background-color: #D0C4CD;
}
.BgClassName
{
background-color: #D0C4CD;
}
</style>
border-color css
<style>
span { border-color: #D0C4CD; }
span { border-color: rgb(208,196,205); }
td.TdClassName
{
border-color: #D0C4CD;
}
.TagClassName
{
border-color: #D0C4CD;
}
</style>