Shades of Twilight #DCC8D3
Tints of Twilight #DCC8D3
RGB
CMYK
RGB Variations
Color information
#DCC8D3 (or 0xDCC8D3) is known color: Twilight. HEX triplet: DC, C8 and D3. RGB value is (220,200,211). Sum of RGB (Red+Green+Blue) = 220+200+211=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 200 (78.52% from 255 or 31.70% from 631); Blue value is 211 (82.81% from 255 or 33.44% from 631); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8D3 is #23372C. Grayscale: #CFCFCF. Windows color (decimal): -2307885 or 13879516. OLE color: 13879516.
HSL color Cylindrical-coordinate representation of color #DCC8D3: hue angle of 327º 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 #DCC8D3 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 211 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.14 |
| HSL | 327º | 0.22% | 0.82% | - |
| HSV(B) | 327º | 0.09% | 0.86% | - |
| XYZ | 61.93 | 61.23 | 70.18 | - |
| YUV | 207.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 211 | 0 | 0.09 | 0.04 | 0.14 | 327 | 0.22 | 0.82 |
| Hex | DC | C8 | D3 | 0 | 9 | 4 | E | 147 | 16 | 52 |
| Octal | 334 | 310 | 323 | 0 | 11 | 4 | 16 | 507 | 26 | 122 |
| Binary | 11011100 | 11001000 | 11010011 | 0 | 1001 | 100 | 1110 | 101000111 | 10110 | 1010010 |
Color Harmonies of #DCC8D3
Complementary color
Monochromatic Colors of #DCC8D3
Black with #DCC8D3
Text Example
Text Example
White with #DCC8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC8D3; }
p { color: rgb(220,200,211); }
H1.HeaderClassName
{
color: #DCC8D3;
}
.AnyTagClassName
{
color: #DCC8D3;
}
</style>
background-color css
<style>
a { background-color: #DCC8D3; }
a { background-color: rgb(220,200,211); }
div.DivClassName
{
background-color: #DCC8D3;
}
.BgClassName
{
background-color: #DCC8D3;
}
</style>
border-color css
<style>
span { border-color: #DCC8D3; }
span { border-color: rgb(220,200,211); }
td.TdClassName
{
border-color: #DCC8D3;
}
.TagClassName
{
border-color: #DCC8D3;
}
</style>