Shades of Twilight #DCC0D0
Tints of Twilight #DCC0D0
RGB
CMYK
RGB Variations
Color information
#DCC0D0 (or 0xDCC0D0) is known color: Twilight. HEX triplet: DC, C0 and D0. RGB value is (220,192,208). Sum of RGB (Red+Green+Blue) = 220+192+208=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 192 (75.39% from 255 or 30.97% from 620); Blue value is 208 (81.64% from 255 or 33.55% from 620); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0D0 is #233F2F. Grayscale: #CACACA. Windows color (decimal): -2309936 or 13680860. OLE color: 13680860.
HSL color Cylindrical-coordinate representation of color #DCC0D0: hue angle of 325.71º 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 #DCC0D0 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 208 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.14 |
| HSL | 325.71º | 0.29% | 0.81% | - |
| HSV(B) | 325.71º | 0.13% | 0.86% | - |
| XYZ | 59.75 | 57.47 | 67.62 | - |
| YUV | 202.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 208 | 0 | 0.13 | 0.05 | 0.14 | 325.71 | 0.29 | 0.81 |
| Hex | DC | C0 | D0 | 0 | D | 5 | E | 146 | 1D | 51 |
| Octal | 334 | 300 | 320 | 0 | 15 | 5 | 16 | 506 | 35 | 121 |
| Binary | 11011100 | 11000000 | 11010000 | 0 | 1101 | 101 | 1110 | 101000110 | 11101 | 1010001 |
Color Harmonies of #DCC0D0
Complementary color
Monochromatic Colors of #DCC0D0
Black with #DCC0D0
Text Example
Text Example
White with #DCC0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0D0; }
p { color: rgb(220,192,208); }
H1.HeaderClassName
{
color: #DCC0D0;
}
.AnyTagClassName
{
color: #DCC0D0;
}
</style>
background-color css
<style>
a { background-color: #DCC0D0; }
a { background-color: rgb(220,192,208); }
div.DivClassName
{
background-color: #DCC0D0;
}
.BgClassName
{
background-color: #DCC0D0;
}
</style>
border-color css
<style>
span { border-color: #DCC0D0; }
span { border-color: rgb(220,192,208); }
td.TdClassName
{
border-color: #DCC0D0;
}
.TagClassName
{
border-color: #DCC0D0;
}
</style>