Shades of Twilight #DDBACC
Tints of Twilight #DDBACC
RGB
CMYK
RGB Variations
Color information
#DDBACC (or 0xDDBACC) is known color: Twilight. HEX triplet: DD, BA and CC. RGB value is (221,186,204). Sum of RGB (Red+Green+Blue) = 221+186+204=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBACC is #224533. Grayscale: #C6C6C6. Windows color (decimal): -2245940 or 13417181. OLE color: 13417181.
HSL color Cylindrical-coordinate representation of color #DDBACC: hue angle of 329.14º 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 #DDBACC is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 204 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.13 |
| HSL | 329.14º | 0.34% | 0.8% | - |
| HSV(B) | 329.14º | 0.16% | 0.87% | - |
| XYZ | 58.28 | 54.85 | 64.64 | - |
| YUV | 198.52 | 131.1 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 204 | 0 | 0.16 | 0.08 | 0.13 | 329.14 | 0.34 | 0.8 |
| Hex | DD | BA | CC | 0 | 10 | 8 | D | 149 | 22 | 50 |
| Octal | 335 | 272 | 314 | 0 | 20 | 10 | 15 | 511 | 42 | 120 |
| Binary | 11011101 | 10111010 | 11001100 | 0 | 10000 | 1000 | 1101 | 101001001 | 100010 | 1010000 |
Color Harmonies of #DDBACC
Complementary color
Monochromatic Colors of #DDBACC
Black with #DDBACC
Text Example
Text Example
White with #DDBACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBACC; }
p { color: rgb(221,186,204); }
H1.HeaderClassName
{
color: #DDBACC;
}
.AnyTagClassName
{
color: #DDBACC;
}
</style>
background-color css
<style>
a { background-color: #DDBACC; }
a { background-color: rgb(221,186,204); }
div.DivClassName
{
background-color: #DDBACC;
}
.BgClassName
{
background-color: #DDBACC;
}
</style>
border-color css
<style>
span { border-color: #DDBACC; }
span { border-color: rgb(221,186,204); }
td.TdClassName
{
border-color: #DDBACC;
}
.TagClassName
{
border-color: #DDBACC;
}
</style>