Shades of Twilight #DCC0CE
Tints of Twilight #DCC0CE
RGB
CMYK
RGB Variations
Color information
#DCC0CE (or 0xDCC0CE) is known color: Twilight. HEX triplet: DC, C0 and CE. RGB value is (220,192,206). Sum of RGB (Red+Green+Blue) = 220+192+206=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0CE is #233F31. Grayscale: #C9C9C9. Windows color (decimal): -2309938 or 13549788. OLE color: 13549788.
HSL color Cylindrical-coordinate representation of color #DCC0CE: hue angle of 330º 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 #DCC0CE is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 206 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.14 |
| HSL | 330º | 0.29% | 0.81% | - |
| HSV(B) | 330º | 0.13% | 0.86% | - |
| XYZ | 59.51 | 57.37 | 66.33 | - |
| YUV | 201.97 | 130.28 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 206 | 0 | 0.13 | 0.06 | 0.14 | 330 | 0.29 | 0.81 |
| Hex | DC | C0 | CE | 0 | D | 6 | E | 14A | 1D | 51 |
| Octal | 334 | 300 | 316 | 0 | 15 | 6 | 16 | 512 | 35 | 121 |
| Binary | 11011100 | 11000000 | 11001110 | 0 | 1101 | 110 | 1110 | 101001010 | 11101 | 1010001 |
Color Harmonies of #DCC0CE
Complementary color
Monochromatic Colors of #DCC0CE
Black with #DCC0CE
Text Example
Text Example
White with #DCC0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0CE; }
p { color: rgb(220,192,206); }
H1.HeaderClassName
{
color: #DCC0CE;
}
.AnyTagClassName
{
color: #DCC0CE;
}
</style>
background-color css
<style>
a { background-color: #DCC0CE; }
a { background-color: rgb(220,192,206); }
div.DivClassName
{
background-color: #DCC0CE;
}
.BgClassName
{
background-color: #DCC0CE;
}
</style>
border-color css
<style>
span { border-color: #DCC0CE; }
span { border-color: rgb(220,192,206); }
td.TdClassName
{
border-color: #DCC0CE;
}
.TagClassName
{
border-color: #DCC0CE;
}
</style>