Shades of Twilight #DDBAD0
Tints of Twilight #DDBAD0
RGB
CMYK
RGB Variations
Color information
#DDBAD0 (or 0xDDBAD0) is known color: Twilight. HEX triplet: DD, BA and D0. RGB value is (221,186,208). Sum of RGB (Red+Green+Blue) = 221+186+208=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 208 (81.64% from 255 or 33.82% from 615); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAD0 is #22452F. Grayscale: #C6C6C6. Windows color (decimal): -2245936 or 13679325. OLE color: 13679325.
HSL color Cylindrical-coordinate representation of color #DDBAD0: hue angle of 322.29º 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 #DDBAD0 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 208 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.13 |
| HSL | 322.29º | 0.34% | 0.8% | - |
| HSV(B) | 322.29º | 0.16% | 0.87% | - |
| XYZ | 58.76 | 55.04 | 67.2 | - |
| YUV | 198.97 | 133.1 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 208 | 0 | 0.16 | 0.06 | 0.13 | 322.29 | 0.34 | 0.8 |
| Hex | DD | BA | D0 | 0 | 10 | 6 | D | 142 | 22 | 50 |
| Octal | 335 | 272 | 320 | 0 | 20 | 6 | 15 | 502 | 42 | 120 |
| Binary | 11011101 | 10111010 | 11010000 | 0 | 10000 | 110 | 1101 | 101000010 | 100010 | 1010000 |
Color Harmonies of #DDBAD0
Complementary color
Monochromatic Colors of #DDBAD0
Black with #DDBAD0
Text Example
Text Example
White with #DDBAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBAD0; }
p { color: rgb(221,186,208); }
H1.HeaderClassName
{
color: #DDBAD0;
}
.AnyTagClassName
{
color: #DDBAD0;
}
</style>
background-color css
<style>
a { background-color: #DDBAD0; }
a { background-color: rgb(221,186,208); }
div.DivClassName
{
background-color: #DDBAD0;
}
.BgClassName
{
background-color: #DDBAD0;
}
</style>
border-color css
<style>
span { border-color: #DDBAD0; }
span { border-color: rgb(221,186,208); }
td.TdClassName
{
border-color: #DDBAD0;
}
.TagClassName
{
border-color: #DDBAD0;
}
</style>