Shades of Twilight #DDBACE
Tints of Twilight #DDBACE
RGB
CMYK
RGB Variations
Color information
#DDBACE (or 0xDDBACE) is known color: Twilight. HEX triplet: DD, BA and CE. RGB value is (221,186,206). Sum of RGB (Red+Green+Blue) = 221+186+206=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBACE is #224531. Grayscale: #C6C6C6. Windows color (decimal): -2245938 or 13548253. OLE color: 13548253.
HSL color Cylindrical-coordinate representation of color #DDBACE: hue angle of 325.71º 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 #DDBACE is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 186 | 206 | - |
CMYK | 0 | 0.16 | 0.07 | 0.13 |
HSL | 325.71º | 0.34% | 0.8% | - |
HSV(B) | 325.71º | 0.16% | 0.87% | - |
XYZ | 58.52 | 54.95 | 65.91 | - |
YUV | 198.75 | 132.1 | 143.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 186 | 206 | 0 | 0.16 | 0.07 | 0.13 | 325.71 | 0.34 | 0.8 |
Hex | DD | BA | CE | 0 | 10 | 7 | D | 146 | 22 | 50 |
Octal | 335 | 272 | 316 | 0 | 20 | 7 | 15 | 506 | 42 | 120 |
Binary | 11011101 | 10111010 | 11001110 | 0 | 10000 | 111 | 1101 | 101000110 | 100010 | 1010000 |
Color Harmonies of #DDBACE
Complementary color
Monochromatic Colors of #DDBACE
Black with #DDBACE
Text Example
Text Example
White with #DDBACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBACE; }
p { color: rgb(221,186,206); }
H1.HeaderClassName
{
color: #DDBACE;
}
.AnyTagClassName
{
color: #DDBACE;
}
</style>
background-color css
<style>
a { background-color: #DDBACE; }
a { background-color: rgb(221,186,206); }
div.DivClassName
{
background-color: #DDBACE;
}
.BgClassName
{
background-color: #DDBACE;
}
</style>
border-color css
<style>
span { border-color: #DDBACE; }
span { border-color: rgb(221,186,206); }
td.TdClassName
{
border-color: #DDBACE;
}
.TagClassName
{
border-color: #DDBACE;
}
</style>