Shades of Twilight #DDC0CE
Tints of Twilight #DDC0CE
RGB
CMYK
RGB Variations
Color information
#DDC0CE (or 0xDDC0CE) is known color: Twilight. HEX triplet: DD, C0 and CE. RGB value is (221,192,206). Sum of RGB (Red+Green+Blue) = 221+192+206=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 192 (75.39% from 255 or 31.02% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC0CE is #223F31. Grayscale: #CACACA. Windows color (decimal): -2244402 or 13549789. OLE color: 13549789.
HSL color Cylindrical-coordinate representation of color #DDC0CE: hue angle of 331.03º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDC0CE is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 206 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.13 |
| HSL | 331.03º | 0.3% | 0.81% | - |
| HSV(B) | 331.03º | 0.13% | 0.87% | - |
| XYZ | 59.81 | 57.53 | 66.34 | - |
| YUV | 202.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 206 | 0 | 0.13 | 0.07 | 0.13 | 331.03 | 0.3 | 0.81 |
| Hex | DD | C0 | CE | 0 | D | 7 | D | 14B | 1E | 51 |
| Octal | 335 | 300 | 316 | 0 | 15 | 7 | 15 | 513 | 36 | 121 |
| Binary | 11011101 | 11000000 | 11001110 | 0 | 1101 | 111 | 1101 | 101001011 | 11110 | 1010001 |
Color Harmonies of #DDC0CE
Complementary color
Monochromatic Colors of #DDC0CE
Black with #DDC0CE
Text Example
Text Example
White with #DDC0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC0CE; }
p { color: rgb(221,192,206); }
H1.HeaderClassName
{
color: #DDC0CE;
}
.AnyTagClassName
{
color: #DDC0CE;
}
</style>
background-color css
<style>
a { background-color: #DDC0CE; }
a { background-color: rgb(221,192,206); }
div.DivClassName
{
background-color: #DDC0CE;
}
.BgClassName
{
background-color: #DDC0CE;
}
</style>
border-color css
<style>
span { border-color: #DDC0CE; }
span { border-color: rgb(221,192,206); }
td.TdClassName
{
border-color: #DDC0CE;
}
.TagClassName
{
border-color: #DDC0CE;
}
</style>