Shades of Twilight #DCC8D1
Tints of Twilight #DCC8D1
RGB
CMYK
RGB Variations
Color information
#DCC8D1 (or 0xDCC8D1) is known color: Twilight. HEX triplet: DC, C8 and D1. RGB value is (220,200,209). Sum of RGB (Red+Green+Blue) = 220+200+209=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 200 (78.52% from 255 or 31.80% from 629); Blue value is 209 (82.03% from 255 or 33.23% from 629); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8D1 is #23372E. Grayscale: #CECECE. Windows color (decimal): -2307887 or 13748444. OLE color: 13748444.
HSL color Cylindrical-coordinate representation of color #DCC8D1: hue angle of 333º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCC8D1 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 209 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.14 |
| HSL | 333º | 0.22% | 0.82% | - |
| HSV(B) | 333º | 0.09% | 0.86% | - |
| XYZ | 61.68 | 61.13 | 68.87 | - |
| YUV | 207.01 | 129.13 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 209 | 0 | 0.09 | 0.05 | 0.14 | 333 | 0.22 | 0.82 |
| Hex | DC | C8 | D1 | 0 | 9 | 5 | E | 14D | 16 | 52 |
| Octal | 334 | 310 | 321 | 0 | 11 | 5 | 16 | 515 | 26 | 122 |
| Binary | 11011100 | 11001000 | 11010001 | 0 | 1001 | 101 | 1110 | 101001101 | 10110 | 1010010 |
Color Harmonies of #DCC8D1
Complementary color
Monochromatic Colors of #DCC8D1
Black with #DCC8D1
Text Example
Text Example
White with #DCC8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC8D1; }
p { color: rgb(220,200,209); }
H1.HeaderClassName
{
color: #DCC8D1;
}
.AnyTagClassName
{
color: #DCC8D1;
}
</style>
background-color css
<style>
a { background-color: #DCC8D1; }
a { background-color: rgb(220,200,209); }
div.DivClassName
{
background-color: #DCC8D1;
}
.BgClassName
{
background-color: #DCC8D1;
}
</style>
border-color css
<style>
span { border-color: #DCC8D1; }
span { border-color: rgb(220,200,209); }
td.TdClassName
{
border-color: #DCC8D1;
}
.TagClassName
{
border-color: #DCC8D1;
}
</style>