Shades of Twilight #DDC5D4
Tints of Twilight #DDC5D4
RGB
CMYK
RGB Variations
Color information
#DDC5D4 (or 0xDDC5D4) is known color: Twilight. HEX triplet: DD, C5 and D4. RGB value is (221,197,212). Sum of RGB (Red+Green+Blue) = 221+197+212=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 197 (77.34% from 255 or 31.27% from 630); Blue value is 212 (83.20% from 255 or 33.65% from 630); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC5D4 is #223A2B. Grayscale: #CDCDCD. Windows color (decimal): -2243116 or 13944285. OLE color: 13944285.
HSL color Cylindrical-coordinate representation of color #DDC5D4: hue angle of 322.5º 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 #DDC5D4 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 212 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.13 |
| HSL | 322.5º | 0.26% | 0.82% | - |
| HSV(B) | 322.5º | 0.11% | 0.87% | - |
| XYZ | 61.67 | 60.06 | 70.63 | - |
| YUV | 205.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 212 | 0 | 0.11 | 0.04 | 0.13 | 322.5 | 0.26 | 0.82 |
| Hex | DD | C5 | D4 | 0 | B | 4 | D | 142 | 1A | 52 |
| Octal | 335 | 305 | 324 | 0 | 13 | 4 | 15 | 502 | 32 | 122 |
| Binary | 11011101 | 11000101 | 11010100 | 0 | 1011 | 100 | 1101 | 101000010 | 11010 | 1010010 |
Color Harmonies of #DDC5D4
Complementary color
Monochromatic Colors of #DDC5D4
Black with #DDC5D4
Text Example
Text Example
White with #DDC5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC5D4; }
p { color: rgb(221,197,212); }
H1.HeaderClassName
{
color: #DDC5D4;
}
.AnyTagClassName
{
color: #DDC5D4;
}
</style>
background-color css
<style>
a { background-color: #DDC5D4; }
a { background-color: rgb(221,197,212); }
div.DivClassName
{
background-color: #DDC5D4;
}
.BgClassName
{
background-color: #DDC5D4;
}
</style>
border-color css
<style>
span { border-color: #DDC5D4; }
span { border-color: rgb(221,197,212); }
td.TdClassName
{
border-color: #DDC5D4;
}
.TagClassName
{
border-color: #DDC5D4;
}
</style>