Shades of Twilight #DCC9D6
Tints of Twilight #DCC9D6
RGB
CMYK
RGB Variations
Color information
#DCC9D6 (or 0xDCC9D6) is known color: Twilight. HEX triplet: DC, C9 and D6. RGB value is (220,201,214). Sum of RGB (Red+Green+Blue) = 220+201+214=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 201 (78.91% from 255 or 31.65% from 635); Blue value is 214 (83.98% from 255 or 33.70% from 635); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9D6 is #233629. Grayscale: #D0D0D0. Windows color (decimal): -2307626 or 14076380. OLE color: 14076380.
HSL color Cylindrical-coordinate representation of color #DCC9D6: hue angle of 318.95º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCC9D6 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 214 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.14 |
| HSL | 318.95º | 0.21% | 0.83% | - |
| HSV(B) | 318.95º | 0.09% | 0.86% | - |
| XYZ | 62.54 | 61.84 | 72.26 | - |
| YUV | 208.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 214 | 0 | 0.09 | 0.03 | 0.14 | 318.95 | 0.21 | 0.83 |
| Hex | DC | C9 | D6 | 0 | 9 | 3 | E | 13F | 15 | 53 |
| Octal | 334 | 311 | 326 | 0 | 11 | 3 | 16 | 477 | 25 | 123 |
| Binary | 11011100 | 11001001 | 11010110 | 0 | 1001 | 11 | 1110 | 100111111 | 10101 | 1010011 |
Color Harmonies of #DCC9D6
Complementary color
Monochromatic Colors of #DCC9D6
Black with #DCC9D6
Text Example
Text Example
White with #DCC9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC9D6; }
p { color: rgb(220,201,214); }
H1.HeaderClassName
{
color: #DCC9D6;
}
.AnyTagClassName
{
color: #DCC9D6;
}
</style>
background-color css
<style>
a { background-color: #DCC9D6; }
a { background-color: rgb(220,201,214); }
div.DivClassName
{
background-color: #DCC9D6;
}
.BgClassName
{
background-color: #DCC9D6;
}
</style>
border-color css
<style>
span { border-color: #DCC9D6; }
span { border-color: rgb(220,201,214); }
td.TdClassName
{
border-color: #DCC9D6;
}
.TagClassName
{
border-color: #DCC9D6;
}
</style>