Shades of Twilight #DDC0D0
Tints of Twilight #DDC0D0
RGB
CMYK
RGB Variations
Color information
#DDC0D0 (or 0xDDC0D0) is known color: Twilight. HEX triplet: DD, C0 and D0. RGB value is (221,192,208). Sum of RGB (Red+Green+Blue) = 221+192+208=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 192 (75.39% from 255 or 30.92% from 621); Blue value is 208 (81.64% from 255 or 33.49% from 621); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC0D0 is #223F2F. Grayscale: #CACACA. Windows color (decimal): -2244400 or 13680861. OLE color: 13680861.
HSL color Cylindrical-coordinate representation of color #DDC0D0: hue angle of 326.9º 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 #DDC0D0 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 208 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.13 |
| HSL | 326.9º | 0.3% | 0.81% | - |
| HSV(B) | 326.9º | 0.13% | 0.87% | - |
| XYZ | 60.05 | 57.63 | 67.63 | - |
| YUV | 202.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 208 | 0 | 0.13 | 0.06 | 0.13 | 326.9 | 0.3 | 0.81 |
| Hex | DD | C0 | D0 | 0 | D | 6 | D | 147 | 1E | 51 |
| Octal | 335 | 300 | 320 | 0 | 15 | 6 | 15 | 507 | 36 | 121 |
| Binary | 11011101 | 11000000 | 11010000 | 0 | 1101 | 110 | 1101 | 101000111 | 11110 | 1010001 |
Color Harmonies of #DDC0D0
Complementary color
Monochromatic Colors of #DDC0D0
Black with #DDC0D0
Text Example
Text Example
White with #DDC0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC0D0; }
p { color: rgb(221,192,208); }
H1.HeaderClassName
{
color: #DDC0D0;
}
.AnyTagClassName
{
color: #DDC0D0;
}
</style>
background-color css
<style>
a { background-color: #DDC0D0; }
a { background-color: rgb(221,192,208); }
div.DivClassName
{
background-color: #DDC0D0;
}
.BgClassName
{
background-color: #DDC0D0;
}
</style>
border-color css
<style>
span { border-color: #DDC0D0; }
span { border-color: rgb(221,192,208); }
td.TdClassName
{
border-color: #DDC0D0;
}
.TagClassName
{
border-color: #DDC0D0;
}
</style>