Shades of Twilight #DCC2CD
Tints of Twilight #DCC2CD
RGB
CMYK
RGB Variations
Color information
#DCC2CD (or 0xDCC2CD) is known color: Twilight. HEX triplet: DC, C2 and CD. RGB value is (220,194,205). Sum of RGB (Red+Green+Blue) = 220+194+205=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2CD is #233D32. Grayscale: #CBCBCB. Windows color (decimal): -2309427 or 13484764. OLE color: 13484764.
HSL color Cylindrical-coordinate representation of color #DCC2CD: hue angle of 334.62º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCC2CD is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 205 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.14 |
| HSL | 334.62º | 0.27% | 0.81% | - |
| HSV(B) | 334.62º | 0.12% | 0.86% | - |
| XYZ | 59.83 | 58.21 | 65.84 | - |
| YUV | 203.03 | 129.11 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 205 | 0 | 0.12 | 0.07 | 0.14 | 334.62 | 0.27 | 0.81 |
| Hex | DC | C2 | CD | 0 | C | 7 | E | 14F | 1B | 51 |
| Octal | 334 | 302 | 315 | 0 | 14 | 7 | 16 | 517 | 33 | 121 |
| Binary | 11011100 | 11000010 | 11001101 | 0 | 1100 | 111 | 1110 | 101001111 | 11011 | 1010001 |
Color Harmonies of #DCC2CD
Complementary color
Monochromatic Colors of #DCC2CD
Black with #DCC2CD
Text Example
Text Example
White with #DCC2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2CD; }
p { color: rgb(220,194,205); }
H1.HeaderClassName
{
color: #DCC2CD;
}
.AnyTagClassName
{
color: #DCC2CD;
}
</style>
background-color css
<style>
a { background-color: #DCC2CD; }
a { background-color: rgb(220,194,205); }
div.DivClassName
{
background-color: #DCC2CD;
}
.BgClassName
{
background-color: #DCC2CD;
}
</style>
border-color css
<style>
span { border-color: #DCC2CD; }
span { border-color: rgb(220,194,205); }
td.TdClassName
{
border-color: #DCC2CD;
}
.TagClassName
{
border-color: #DCC2CD;
}
</style>