Shades of Twilight #DDC9D3
Tints of Twilight #DDC9D3
RGB
CMYK
RGB Variations
Color information
#DDC9D3 (or 0xDDC9D3) is known color: Twilight. HEX triplet: DD, C9 and D3. RGB value is (221,201,211). Sum of RGB (Red+Green+Blue) = 221+201+211=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 201 (78.91% from 255 or 31.75% from 633); Blue value is 211 (82.81% from 255 or 33.33% from 633); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC9D3 is #22362C. Grayscale: #D0D0D0. Windows color (decimal): -2242093 or 13879773. OLE color: 13879773.
HSL color Cylindrical-coordinate representation of color #DDC9D3: hue angle of 330º 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 #DDC9D3 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 211 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.13 |
| HSL | 330º | 0.23% | 0.83% | - |
| HSV(B) | 330º | 0.09% | 0.87% | - |
| XYZ | 62.46 | 61.85 | 70.27 | - |
| YUV | 208.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 211 | 0 | 0.09 | 0.05 | 0.13 | 330 | 0.23 | 0.83 |
| Hex | DD | C9 | D3 | 0 | 9 | 5 | D | 14A | 17 | 53 |
| Octal | 335 | 311 | 323 | 0 | 11 | 5 | 15 | 512 | 27 | 123 |
| Binary | 11011101 | 11001001 | 11010011 | 0 | 1001 | 101 | 1101 | 101001010 | 10111 | 1010011 |
Color Harmonies of #DDC9D3
Complementary color
Monochromatic Colors of #DDC9D3
Black with #DDC9D3
Text Example
Text Example
White with #DDC9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC9D3; }
p { color: rgb(221,201,211); }
H1.HeaderClassName
{
color: #DDC9D3;
}
.AnyTagClassName
{
color: #DDC9D3;
}
</style>
background-color css
<style>
a { background-color: #DDC9D3; }
a { background-color: rgb(221,201,211); }
div.DivClassName
{
background-color: #DDC9D3;
}
.BgClassName
{
background-color: #DDC9D3;
}
</style>
border-color css
<style>
span { border-color: #DDC9D3; }
span { border-color: rgb(221,201,211); }
td.TdClassName
{
border-color: #DDC9D3;
}
.TagClassName
{
border-color: #DDC9D3;
}
</style>