Shades of Twilight #DCC0D1
Tints of Twilight #DCC0D1
RGB
CMYK
RGB Variations
Color information
#DCC0D1 (or 0xDCC0D1) is known color: Twilight. HEX triplet: DC, C0 and D1. RGB value is (220,192,209). Sum of RGB (Red+Green+Blue) = 220+192+209=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 192 (75.39% from 255 or 30.92% from 621); Blue value is 209 (82.03% from 255 or 33.66% from 621); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0D1 is #233F2E. Grayscale: #CACACA. Windows color (decimal): -2309935 or 13746396. OLE color: 13746396.
HSL color Cylindrical-coordinate representation of color #DCC0D1: hue angle of 323.57º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCC0D1 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 209 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.14 |
| HSL | 323.57º | 0.29% | 0.81% | - |
| HSV(B) | 323.57º | 0.13% | 0.86% | - |
| XYZ | 59.87 | 57.52 | 68.27 | - |
| YUV | 202.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 209 | 0 | 0.13 | 0.05 | 0.14 | 323.57 | 0.29 | 0.81 |
| Hex | DC | C0 | D1 | 0 | D | 5 | E | 144 | 1D | 51 |
| Octal | 334 | 300 | 321 | 0 | 15 | 5 | 16 | 504 | 35 | 121 |
| Binary | 11011100 | 11000000 | 11010001 | 0 | 1101 | 101 | 1110 | 101000100 | 11101 | 1010001 |
Color Harmonies of #DCC0D1
Complementary color
Monochromatic Colors of #DCC0D1
Black with #DCC0D1
Text Example
Text Example
White with #DCC0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0D1; }
p { color: rgb(220,192,209); }
H1.HeaderClassName
{
color: #DCC0D1;
}
.AnyTagClassName
{
color: #DCC0D1;
}
</style>
background-color css
<style>
a { background-color: #DCC0D1; }
a { background-color: rgb(220,192,209); }
div.DivClassName
{
background-color: #DCC0D1;
}
.BgClassName
{
background-color: #DCC0D1;
}
</style>
border-color css
<style>
span { border-color: #DCC0D1; }
span { border-color: rgb(220,192,209); }
td.TdClassName
{
border-color: #DCC0D1;
}
.TagClassName
{
border-color: #DCC0D1;
}
</style>