Shades of Twilight #DDBACA
Tints of Twilight #DDBACA
RGB
CMYK
RGB Variations
Color information
#DDBACA (or 0xDDBACA) is known color: Twilight. HEX triplet: DD, BA and CA. RGB value is (221,186,202). Sum of RGB (Red+Green+Blue) = 221+186+202=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBACA is #224535. Grayscale: #C6C6C6. Windows color (decimal): -2245942 or 13286109. OLE color: 13286109.
HSL color Cylindrical-coordinate representation of color #DDBACA: hue angle of 332.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 #DDBACA is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 202 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.13 |
| HSL | 332.57º | 0.34% | 0.8% | - |
| HSV(B) | 332.57º | 0.16% | 0.87% | - |
| XYZ | 58.04 | 54.75 | 63.39 | - |
| YUV | 198.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 202 | 0 | 0.16 | 0.09 | 0.13 | 332.57 | 0.34 | 0.8 |
| Hex | DD | BA | CA | 0 | 10 | 9 | D | 14D | 22 | 50 |
| Octal | 335 | 272 | 312 | 0 | 20 | 11 | 15 | 515 | 42 | 120 |
| Binary | 11011101 | 10111010 | 11001010 | 0 | 10000 | 1001 | 1101 | 101001101 | 100010 | 1010000 |
Color Harmonies of #DDBACA
Complementary color
Monochromatic Colors of #DDBACA
Black with #DDBACA
Text Example
Text Example
White with #DDBACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBACA; }
p { color: rgb(221,186,202); }
H1.HeaderClassName
{
color: #DDBACA;
}
.AnyTagClassName
{
color: #DDBACA;
}
</style>
background-color css
<style>
a { background-color: #DDBACA; }
a { background-color: rgb(221,186,202); }
div.DivClassName
{
background-color: #DDBACA;
}
.BgClassName
{
background-color: #DDBACA;
}
</style>
border-color css
<style>
span { border-color: #DDBACA; }
span { border-color: rgb(221,186,202); }
td.TdClassName
{
border-color: #DDBACA;
}
.TagClassName
{
border-color: #DDBACA;
}
</style>