Shades of Twilight #DDC2CD
Tints of Twilight #DDC2CD
RGB
CMYK
RGB Variations
Color information
#DDC2CD (or 0xDDC2CD) is known color: Twilight. HEX triplet: DD, C2 and CD. RGB value is (221,194,205). Sum of RGB (Red+Green+Blue) = 221+194+205=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC2CD is #223D32. Grayscale: #CBCBCB. Windows color (decimal): -2243891 or 13484765. OLE color: 13484765.
HSL color Cylindrical-coordinate representation of color #DDC2CD: hue angle of 335.56º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDC2CD is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 205 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.13 |
| HSL | 335.56º | 0.28% | 0.81% | - |
| HSV(B) | 335.56º | 0.12% | 0.87% | - |
| XYZ | 60.13 | 58.36 | 65.85 | - |
| YUV | 203.33 | 128.95 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 205 | 0 | 0.12 | 0.07 | 0.13 | 335.56 | 0.28 | 0.81 |
| Hex | DD | C2 | CD | 0 | C | 7 | D | 150 | 1C | 51 |
| Octal | 335 | 302 | 315 | 0 | 14 | 7 | 15 | 520 | 34 | 121 |
| Binary | 11011101 | 11000010 | 11001101 | 0 | 1100 | 111 | 1101 | 101010000 | 11100 | 1010001 |
Color Harmonies of #DDC2CD
Complementary color
Monochromatic Colors of #DDC2CD
Black with #DDC2CD
Text Example
Text Example
White with #DDC2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC2CD; }
p { color: rgb(221,194,205); }
H1.HeaderClassName
{
color: #DDC2CD;
}
.AnyTagClassName
{
color: #DDC2CD;
}
</style>
background-color css
<style>
a { background-color: #DDC2CD; }
a { background-color: rgb(221,194,205); }
div.DivClassName
{
background-color: #DDC2CD;
}
.BgClassName
{
background-color: #DDC2CD;
}
</style>
border-color css
<style>
span { border-color: #DDC2CD; }
span { border-color: rgb(221,194,205); }
td.TdClassName
{
border-color: #DDC2CD;
}
.TagClassName
{
border-color: #DDC2CD;
}
</style>