Shades of Twilight #DDC1D0
Tints of Twilight #DDC1D0
RGB
CMYK
RGB Variations
Color information
#DDC1D0 (or 0xDDC1D0) is known color: Twilight. HEX triplet: DD, C1 and D0. RGB value is (221,193,208). Sum of RGB (Red+Green+Blue) = 221+193+208=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 193 (75.78% from 255 or 31.03% from 622); Blue value is 208 (81.64% from 255 or 33.44% from 622); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC1D0 is #223E2F. Grayscale: #CBCBCB. Windows color (decimal): -2244144 or 13681117. OLE color: 13681117.
HSL color Cylindrical-coordinate representation of color #DDC1D0: hue angle of 327.86º degrees, saturation: 0.29, 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 #DDC1D0 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 208 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.13 |
| HSL | 327.86º | 0.29% | 0.81% | - |
| HSV(B) | 327.86º | 0.13% | 0.87% | - |
| XYZ | 60.27 | 58.07 | 67.71 | - |
| YUV | 203.08 | 130.78 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 208 | 0 | 0.13 | 0.06 | 0.13 | 327.86 | 0.29 | 0.81 |
| Hex | DD | C1 | D0 | 0 | D | 6 | D | 148 | 1D | 51 |
| Octal | 335 | 301 | 320 | 0 | 15 | 6 | 15 | 510 | 35 | 121 |
| Binary | 11011101 | 11000001 | 11010000 | 0 | 1101 | 110 | 1101 | 101001000 | 11101 | 1010001 |
Color Harmonies of #DDC1D0
Complementary color
Monochromatic Colors of #DDC1D0
Black with #DDC1D0
Text Example
Text Example
White with #DDC1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC1D0; }
p { color: rgb(221,193,208); }
H1.HeaderClassName
{
color: #DDC1D0;
}
.AnyTagClassName
{
color: #DDC1D0;
}
</style>
background-color css
<style>
a { background-color: #DDC1D0; }
a { background-color: rgb(221,193,208); }
div.DivClassName
{
background-color: #DDC1D0;
}
.BgClassName
{
background-color: #DDC1D0;
}
</style>
border-color css
<style>
span { border-color: #DDC1D0; }
span { border-color: rgb(221,193,208); }
td.TdClassName
{
border-color: #DDC1D0;
}
.TagClassName
{
border-color: #DDC1D0;
}
</style>