Shades of Twilight #DDB7CF
Tints of Twilight #DDB7CF
RGB
CMYK
RGB Variations
Color information
#DDB7CF (or 0xDDB7CF) is known color: Twilight. HEX triplet: DD, B7 and CF. RGB value is (221,183,207). Sum of RGB (Red+Green+Blue) = 221+183+207=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 183 (71.88% from 255 or 29.95% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7CF is #224830. Grayscale: #C5C5C5. Windows color (decimal): -2246705 or 13613021. OLE color: 13613021.
HSL color Cylindrical-coordinate representation of color #DDB7CF: hue angle of 322.11º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDB7CF is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 207 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.13 |
| HSL | 322.11º | 0.36% | 0.79% | - |
| HSV(B) | 322.11º | 0.17% | 0.87% | - |
| XYZ | 58.01 | 53.74 | 66.35 | - |
| YUV | 197.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 207 | 0 | 0.17 | 0.06 | 0.13 | 322.11 | 0.36 | 0.79 |
| Hex | DD | B7 | CF | 0 | 11 | 6 | D | 142 | 24 | 4F |
| Octal | 335 | 267 | 317 | 0 | 21 | 6 | 15 | 502 | 44 | 117 |
| Binary | 11011101 | 10110111 | 11001111 | 0 | 10001 | 110 | 1101 | 101000010 | 100100 | 1001111 |
Color Harmonies of #DDB7CF
Complementary color
Monochromatic Colors of #DDB7CF
Black with #DDB7CF
Text Example
Text Example
White with #DDB7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB7CF; }
p { color: rgb(221,183,207); }
H1.HeaderClassName
{
color: #DDB7CF;
}
.AnyTagClassName
{
color: #DDB7CF;
}
</style>
background-color css
<style>
a { background-color: #DDB7CF; }
a { background-color: rgb(221,183,207); }
div.DivClassName
{
background-color: #DDB7CF;
}
.BgClassName
{
background-color: #DDB7CF;
}
</style>
border-color css
<style>
span { border-color: #DDB7CF; }
span { border-color: rgb(221,183,207); }
td.TdClassName
{
border-color: #DDB7CF;
}
.TagClassName
{
border-color: #DDB7CF;
}
</style>