Shades of Twilight #DDB7D0
Tints of Twilight #DDB7D0
RGB
CMYK
RGB Variations
Color information
#DDB7D0 (or 0xDDB7D0) is known color: Twilight. HEX triplet: DD, B7 and D0. RGB value is (221,183,208). Sum of RGB (Red+Green+Blue) = 221+183+208=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 183 (71.88% from 255 or 29.90% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7D0 is #22482F. Grayscale: #C5C5C5. Windows color (decimal): -2246704 or 13678557. OLE color: 13678557.
HSL color Cylindrical-coordinate representation of color #DDB7D0: hue angle of 320.53º 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 #DDB7D0 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 208 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.13 |
| HSL | 320.53º | 0.36% | 0.79% | - |
| HSV(B) | 320.53º | 0.17% | 0.87% | - |
| XYZ | 58.14 | 53.79 | 66.99 | - |
| YUV | 197.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 208 | 0 | 0.17 | 0.06 | 0.13 | 320.53 | 0.36 | 0.79 |
| Hex | DD | B7 | D0 | 0 | 11 | 6 | D | 141 | 24 | 4F |
| Octal | 335 | 267 | 320 | 0 | 21 | 6 | 15 | 501 | 44 | 117 |
| Binary | 11011101 | 10110111 | 11010000 | 0 | 10001 | 110 | 1101 | 101000001 | 100100 | 1001111 |
Color Harmonies of #DDB7D0
Complementary color
Monochromatic Colors of #DDB7D0
Black with #DDB7D0
Text Example
Text Example
White with #DDB7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB7D0; }
p { color: rgb(221,183,208); }
H1.HeaderClassName
{
color: #DDB7D0;
}
.AnyTagClassName
{
color: #DDB7D0;
}
</style>
background-color css
<style>
a { background-color: #DDB7D0; }
a { background-color: rgb(221,183,208); }
div.DivClassName
{
background-color: #DDB7D0;
}
.BgClassName
{
background-color: #DDB7D0;
}
</style>
border-color css
<style>
span { border-color: #DDB7D0; }
span { border-color: rgb(221,183,208); }
td.TdClassName
{
border-color: #DDB7D0;
}
.TagClassName
{
border-color: #DDB7D0;
}
</style>