Shades of Twilight #DDBAD1
Tints of Twilight #DDBAD1
RGB
CMYK
RGB Variations
Color information
#DDBAD1 (or 0xDDBAD1) is known color: Twilight. HEX triplet: DD, BA and D1. RGB value is (221,186,209). Sum of RGB (Red+Green+Blue) = 221+186+209=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 209 (82.03% from 255 or 33.93% from 616); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAD1 is #22452E. Grayscale: #C7C7C7. Windows color (decimal): -2245935 or 13744861. OLE color: 13744861.
HSL color Cylindrical-coordinate representation of color #DDBAD1: hue angle of 320.57º 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 #DDBAD1 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 209 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.13 |
| HSL | 320.57º | 0.34% | 0.8% | - |
| HSV(B) | 320.57º | 0.16% | 0.87% | - |
| XYZ | 58.89 | 55.09 | 67.85 | - |
| YUV | 199.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 209 | 0 | 0.16 | 0.05 | 0.13 | 320.57 | 0.34 | 0.8 |
| Hex | DD | BA | D1 | 0 | 10 | 5 | D | 141 | 22 | 50 |
| Octal | 335 | 272 | 321 | 0 | 20 | 5 | 15 | 501 | 42 | 120 |
| Binary | 11011101 | 10111010 | 11010001 | 0 | 10000 | 101 | 1101 | 101000001 | 100010 | 1010000 |
Color Harmonies of #DDBAD1
Complementary color
Monochromatic Colors of #DDBAD1
Black with #DDBAD1
Text Example
Text Example
White with #DDBAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBAD1; }
p { color: rgb(221,186,209); }
H1.HeaderClassName
{
color: #DDBAD1;
}
.AnyTagClassName
{
color: #DDBAD1;
}
</style>
background-color css
<style>
a { background-color: #DDBAD1; }
a { background-color: rgb(221,186,209); }
div.DivClassName
{
background-color: #DDBAD1;
}
.BgClassName
{
background-color: #DDBAD1;
}
</style>
border-color css
<style>
span { border-color: #DDBAD1; }
span { border-color: rgb(221,186,209); }
td.TdClassName
{
border-color: #DDBAD1;
}
.TagClassName
{
border-color: #DDBAD1;
}
</style>