Shades of Twilight #DDC1CF
Tints of Twilight #DDC1CF
RGB
CMYK
RGB Variations
Color information
#DDC1CF (or 0xDDC1CF) is known color: Twilight. HEX triplet: DD, C1 and CF. RGB value is (221,193,207). Sum of RGB (Red+Green+Blue) = 221+193+207=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 193 (75.78% from 255 or 31.08% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC1CF is #223E30. Grayscale: #CACACA. Windows color (decimal): -2244145 or 13615581. OLE color: 13615581.
HSL color Cylindrical-coordinate representation of color #DDC1CF: hue angle of 330º 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 #DDC1CF is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 207 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.13 |
| HSL | 330º | 0.29% | 0.81% | - |
| HSV(B) | 330º | 0.13% | 0.87% | - |
| XYZ | 60.15 | 58.02 | 67.06 | - |
| YUV | 202.97 | 130.28 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 207 | 0 | 0.13 | 0.06 | 0.13 | 330 | 0.29 | 0.81 |
| Hex | DD | C1 | CF | 0 | D | 6 | D | 14A | 1D | 51 |
| Octal | 335 | 301 | 317 | 0 | 15 | 6 | 15 | 512 | 35 | 121 |
| Binary | 11011101 | 11000001 | 11001111 | 0 | 1101 | 110 | 1101 | 101001010 | 11101 | 1010001 |
Color Harmonies of #DDC1CF
Complementary color
Monochromatic Colors of #DDC1CF
Black with #DDC1CF
Text Example
Text Example
White with #DDC1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC1CF; }
p { color: rgb(221,193,207); }
H1.HeaderClassName
{
color: #DDC1CF;
}
.AnyTagClassName
{
color: #DDC1CF;
}
</style>
background-color css
<style>
a { background-color: #DDC1CF; }
a { background-color: rgb(221,193,207); }
div.DivClassName
{
background-color: #DDC1CF;
}
.BgClassName
{
background-color: #DDC1CF;
}
</style>
border-color css
<style>
span { border-color: #DDC1CF; }
span { border-color: rgb(221,193,207); }
td.TdClassName
{
border-color: #DDC1CF;
}
.TagClassName
{
border-color: #DDC1CF;
}
</style>