Shades of Twilight #DDC9D6
Tints of Twilight #DDC9D6
RGB
CMYK
RGB Variations
Color information
#DDC9D6 (or 0xDDC9D6) is known color: Twilight. HEX triplet: DD, C9 and D6. RGB value is (221,201,214). Sum of RGB (Red+Green+Blue) = 221+201+214=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 201 (78.91% from 255 or 31.60% from 636); Blue value is 214 (83.98% from 255 or 33.65% from 636); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC9D6 is #223629. Grayscale: #D0D0D0. Windows color (decimal): -2242090 or 14076381. OLE color: 14076381.
HSL color Cylindrical-coordinate representation of color #DDC9D6: hue angle of 321º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDC9D6 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 214 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.13 |
| HSL | 321º | 0.23% | 0.83% | - |
| HSV(B) | 321º | 0.09% | 0.87% | - |
| XYZ | 62.84 | 62 | 72.27 | - |
| YUV | 208.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 214 | 0 | 0.09 | 0.03 | 0.13 | 321 | 0.23 | 0.83 |
| Hex | DD | C9 | D6 | 0 | 9 | 3 | D | 141 | 17 | 53 |
| Octal | 335 | 311 | 326 | 0 | 11 | 3 | 15 | 501 | 27 | 123 |
| Binary | 11011101 | 11001001 | 11010110 | 0 | 1001 | 11 | 1101 | 101000001 | 10111 | 1010011 |
Color Harmonies of #DDC9D6
Complementary color
Monochromatic Colors of #DDC9D6
Black with #DDC9D6
Text Example
Text Example
White with #DDC9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC9D6; }
p { color: rgb(221,201,214); }
H1.HeaderClassName
{
color: #DDC9D6;
}
.AnyTagClassName
{
color: #DDC9D6;
}
</style>
background-color css
<style>
a { background-color: #DDC9D6; }
a { background-color: rgb(221,201,214); }
div.DivClassName
{
background-color: #DDC9D6;
}
.BgClassName
{
background-color: #DDC9D6;
}
</style>
border-color css
<style>
span { border-color: #DDC9D6; }
span { border-color: rgb(221,201,214); }
td.TdClassName
{
border-color: #DDC9D6;
}
.TagClassName
{
border-color: #DDC9D6;
}
</style>