Shades of Twilight #DDC5CF
Tints of Twilight #DDC5CF
RGB
CMYK
RGB Variations
Color information
#DDC5CF (or 0xDDC5CF) is known color: Twilight. HEX triplet: DD, C5 and CF. RGB value is (221,197,207). Sum of RGB (Red+Green+Blue) = 221+197+207=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 197 (77.34% from 255 or 31.52% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC5CF is #223A30. Grayscale: #CDCDCD. Windows color (decimal): -2243121 or 13616605. OLE color: 13616605.
HSL color Cylindrical-coordinate representation of color #DDC5CF: hue angle of 335º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDC5CF is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 207 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.13 |
| HSL | 335º | 0.26% | 0.82% | - |
| HSV(B) | 335º | 0.11% | 0.87% | - |
| XYZ | 61.05 | 59.81 | 67.36 | - |
| YUV | 205.32 | 128.95 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 207 | 0 | 0.11 | 0.06 | 0.13 | 335 | 0.26 | 0.82 |
| Hex | DD | C5 | CF | 0 | B | 6 | D | 14F | 1A | 52 |
| Octal | 335 | 305 | 317 | 0 | 13 | 6 | 15 | 517 | 32 | 122 |
| Binary | 11011101 | 11000101 | 11001111 | 0 | 1011 | 110 | 1101 | 101001111 | 11010 | 1010010 |
Color Harmonies of #DDC5CF
Complementary color
Monochromatic Colors of #DDC5CF
Black with #DDC5CF
Text Example
Text Example
White with #DDC5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC5CF; }
p { color: rgb(221,197,207); }
H1.HeaderClassName
{
color: #DDC5CF;
}
.AnyTagClassName
{
color: #DDC5CF;
}
</style>
background-color css
<style>
a { background-color: #DDC5CF; }
a { background-color: rgb(221,197,207); }
div.DivClassName
{
background-color: #DDC5CF;
}
.BgClassName
{
background-color: #DDC5CF;
}
</style>
border-color css
<style>
span { border-color: #DDC5CF; }
span { border-color: rgb(221,197,207); }
td.TdClassName
{
border-color: #DDC5CF;
}
.TagClassName
{
border-color: #DDC5CF;
}
</style>