Shades of Twilight #DCC0CA
Tints of Twilight #DCC0CA
RGB
CMYK
RGB Variations
Color information
#DCC0CA (or 0xDCC0CA) is known color: Twilight. HEX triplet: DC, C0 and CA. RGB value is (220,192,202). Sum of RGB (Red+Green+Blue) = 220+192+202=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0CA is #233F35. Grayscale: #C9C9C9. Windows color (decimal): -2309942 or 13287644. OLE color: 13287644.
HSL color Cylindrical-coordinate representation of color #DCC0CA: hue angle of 338.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 #DCC0CA is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 202 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.14 |
| HSL | 338.57º | 0.29% | 0.81% | - |
| HSV(B) | 338.57º | 0.13% | 0.86% | - |
| XYZ | 59.03 | 57.18 | 63.8 | - |
| YUV | 201.51 | 128.28 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 202 | 0 | 0.13 | 0.08 | 0.14 | 338.57 | 0.29 | 0.81 |
| Hex | DC | C0 | CA | 0 | D | 8 | E | 153 | 1D | 51 |
| Octal | 334 | 300 | 312 | 0 | 15 | 10 | 16 | 523 | 35 | 121 |
| Binary | 11011100 | 11000000 | 11001010 | 0 | 1101 | 1000 | 1110 | 101010011 | 11101 | 1010001 |
Color Harmonies of #DCC0CA
Complementary color
Monochromatic Colors of #DCC0CA
Black with #DCC0CA
Text Example
Text Example
White with #DCC0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0CA; }
p { color: rgb(220,192,202); }
H1.HeaderClassName
{
color: #DCC0CA;
}
.AnyTagClassName
{
color: #DCC0CA;
}
</style>
background-color css
<style>
a { background-color: #DCC0CA; }
a { background-color: rgb(220,192,202); }
div.DivClassName
{
background-color: #DCC0CA;
}
.BgClassName
{
background-color: #DCC0CA;
}
</style>
border-color css
<style>
span { border-color: #DCC0CA; }
span { border-color: rgb(220,192,202); }
td.TdClassName
{
border-color: #DCC0CA;
}
.TagClassName
{
border-color: #DCC0CA;
}
</style>