Shades of Twilight #DDBACD
Tints of Twilight #DDBACD
RGB
CMYK
RGB Variations
Color information
#DDBACD (or 0xDDBACD) is known color: Twilight. HEX triplet: DD, BA and CD. RGB value is (221,186,205). Sum of RGB (Red+Green+Blue) = 221+186+205=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBACD is #224532. Grayscale: #C6C6C6. Windows color (decimal): -2245939 or 13482717. OLE color: 13482717.
HSL color Cylindrical-coordinate representation of color #DDBACD: hue angle of 327.43º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDBACD is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 205 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.13 |
| HSL | 327.43º | 0.34% | 0.8% | - |
| HSV(B) | 327.43º | 0.16% | 0.87% | - |
| XYZ | 58.4 | 54.9 | 65.28 | - |
| YUV | 198.63 | 131.6 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 205 | 0 | 0.16 | 0.07 | 0.13 | 327.43 | 0.34 | 0.8 |
| Hex | DD | BA | CD | 0 | 10 | 7 | D | 147 | 22 | 50 |
| Octal | 335 | 272 | 315 | 0 | 20 | 7 | 15 | 507 | 42 | 120 |
| Binary | 11011101 | 10111010 | 11001101 | 0 | 10000 | 111 | 1101 | 101000111 | 100010 | 1010000 |
Color Harmonies of #DDBACD
Complementary color
Monochromatic Colors of #DDBACD
Black with #DDBACD
Text Example
Text Example
White with #DDBACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBACD; }
p { color: rgb(221,186,205); }
H1.HeaderClassName
{
color: #DDBACD;
}
.AnyTagClassName
{
color: #DDBACD;
}
</style>
background-color css
<style>
a { background-color: #DDBACD; }
a { background-color: rgb(221,186,205); }
div.DivClassName
{
background-color: #DDBACD;
}
.BgClassName
{
background-color: #DDBACD;
}
</style>
border-color css
<style>
span { border-color: #DDBACD; }
span { border-color: rgb(221,186,205); }
td.TdClassName
{
border-color: #DDBACD;
}
.TagClassName
{
border-color: #DDBACD;
}
</style>