Shades of Twilight #DFABC9
Tints of Twilight #DFABC9
RGB
CMYK
RGB Variations
Color information
#DFABC9 (or 0xDFABC9) is known color: Twilight. HEX triplet: DF, AB and C9. RGB value is (223,171,201). Sum of RGB (Red+Green+Blue) = 223+171+201=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABC9 is #205436. Grayscale: #BDBDBD. Windows color (decimal): -2118711 or 13216735. OLE color: 13216735.
HSL color Cylindrical-coordinate representation of color #DFABC9: hue angle of 325.38º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFABC9 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 201 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.13 |
| HSL | 325.38º | 0.45% | 0.77% | - |
| HSV(B) | 325.38º | 0.23% | 0.87% | - |
| XYZ | 55.54 | 49.03 | 61.8 | - |
| YUV | 189.97 | 134.23 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 201 | 0 | 0.23 | 0.10 | 0.13 | 325.38 | 0.45 | 0.77 |
| Hex | DF | AB | C9 | 0 | 17 | A | D | 145 | 2D | 4D |
| Octal | 337 | 253 | 311 | 0 | 27 | 12 | 15 | 505 | 55 | 115 |
| Binary | 11011111 | 10101011 | 11001001 | 0 | 10111 | 1010 | 1101 | 101000101 | 101101 | 1001101 |
Color Harmonies of #DFABC9
Complementary color
Monochromatic Colors of #DFABC9
Black with #DFABC9
Text Example
Text Example
White with #DFABC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFABC9; }
p { color: rgb(223,171,201); }
H1.HeaderClassName
{
color: #DFABC9;
}
.AnyTagClassName
{
color: #DFABC9;
}
</style>
background-color css
<style>
a { background-color: #DFABC9; }
a { background-color: rgb(223,171,201); }
div.DivClassName
{
background-color: #DFABC9;
}
.BgClassName
{
background-color: #DFABC9;
}
</style>
border-color css
<style>
span { border-color: #DFABC9; }
span { border-color: rgb(223,171,201); }
td.TdClassName
{
border-color: #DFABC9;
}
.TagClassName
{
border-color: #DFABC9;
}
</style>