Shades of Twilight #DDC2CF
Tints of Twilight #DDC2CF
RGB
CMYK
RGB Variations
Color information
#DDC2CF (or 0xDDC2CF) is known color: Twilight. HEX triplet: DD, C2 and CF. RGB value is (221,194,207). Sum of RGB (Red+Green+Blue) = 221+194+207=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 194 (76.17% from 255 or 31.19% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC2CF is #223D30. Grayscale: #CBCBCB. Windows color (decimal): -2243889 or 13615837. OLE color: 13615837.
HSL color Cylindrical-coordinate representation of color #DDC2CF: hue angle of 331.11º 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 #DDC2CF is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 207 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.13 |
| HSL | 331.11º | 0.28% | 0.81% | - |
| HSV(B) | 331.11º | 0.12% | 0.87% | - |
| XYZ | 60.37 | 58.46 | 67.13 | - |
| YUV | 203.56 | 129.95 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 207 | 0 | 0.12 | 0.06 | 0.13 | 331.11 | 0.28 | 0.81 |
| Hex | DD | C2 | CF | 0 | C | 6 | D | 14B | 1C | 51 |
| Octal | 335 | 302 | 317 | 0 | 14 | 6 | 15 | 513 | 34 | 121 |
| Binary | 11011101 | 11000010 | 11001111 | 0 | 1100 | 110 | 1101 | 101001011 | 11100 | 1010001 |
Color Harmonies of #DDC2CF
Complementary color
Monochromatic Colors of #DDC2CF
Black with #DDC2CF
Text Example
Text Example
White with #DDC2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC2CF; }
p { color: rgb(221,194,207); }
H1.HeaderClassName
{
color: #DDC2CF;
}
.AnyTagClassName
{
color: #DDC2CF;
}
</style>
background-color css
<style>
a { background-color: #DDC2CF; }
a { background-color: rgb(221,194,207); }
div.DivClassName
{
background-color: #DDC2CF;
}
.BgClassName
{
background-color: #DDC2CF;
}
</style>
border-color css
<style>
span { border-color: #DDC2CF; }
span { border-color: rgb(221,194,207); }
td.TdClassName
{
border-color: #DDC2CF;
}
.TagClassName
{
border-color: #DDC2CF;
}
</style>