Shades of Twilight #DCC0CD
Tints of Twilight #DCC0CD
RGB
CMYK
RGB Variations
Color information
#DCC0CD (or 0xDCC0CD) is known color: Twilight. HEX triplet: DC, C0 and CD. RGB value is (220,192,205). Sum of RGB (Red+Green+Blue) = 220+192+205=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 192 (75.39% from 255 or 31.12% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0CD is #233F32. Grayscale: #C9C9C9. Windows color (decimal): -2309939 or 13484252. OLE color: 13484252.
HSL color Cylindrical-coordinate representation of color #DCC0CD: hue angle of 332.14º 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 #DCC0CD is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 205 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.14 |
| HSL | 332.14º | 0.29% | 0.81% | - |
| HSV(B) | 332.14º | 0.13% | 0.86% | - |
| XYZ | 59.38 | 57.32 | 65.69 | - |
| YUV | 201.85 | 129.78 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 205 | 0 | 0.13 | 0.07 | 0.14 | 332.14 | 0.29 | 0.81 |
| Hex | DC | C0 | CD | 0 | D | 7 | E | 14C | 1D | 51 |
| Octal | 334 | 300 | 315 | 0 | 15 | 7 | 16 | 514 | 35 | 121 |
| Binary | 11011100 | 11000000 | 11001101 | 0 | 1101 | 111 | 1110 | 101001100 | 11101 | 1010001 |
Color Harmonies of #DCC0CD
Complementary color
Monochromatic Colors of #DCC0CD
Black with #DCC0CD
Text Example
Text Example
White with #DCC0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0CD; }
p { color: rgb(220,192,205); }
H1.HeaderClassName
{
color: #DCC0CD;
}
.AnyTagClassName
{
color: #DCC0CD;
}
</style>
background-color css
<style>
a { background-color: #DCC0CD; }
a { background-color: rgb(220,192,205); }
div.DivClassName
{
background-color: #DCC0CD;
}
.BgClassName
{
background-color: #DCC0CD;
}
</style>
border-color css
<style>
span { border-color: #DCC0CD; }
span { border-color: rgb(220,192,205); }
td.TdClassName
{
border-color: #DCC0CD;
}
.TagClassName
{
border-color: #DCC0CD;
}
</style>