Shades of Twilight #DFABC8
Tints of Twilight #DFABC8
RGB
CMYK
RGB Variations
Color information
#DFABC8 (or 0xDFABC8) is known color: Twilight. HEX triplet: DF, AB and C8. RGB value is (223,171,200). Sum of RGB (Red+Green+Blue) = 223+171+200=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 171 (67.19% from 255 or 28.79% from 594); Blue value is 200 (78.52% from 255 or 33.67% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABC8 is #205437. Grayscale: #BDBDBD. Windows color (decimal): -2118712 or 13151199. OLE color: 13151199.
HSL color Cylindrical-coordinate representation of color #DFABC8: hue angle of 326.54º 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 #DFABC8 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 200 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.13 |
| HSL | 326.54º | 0.45% | 0.77% | - |
| HSV(B) | 326.54º | 0.23% | 0.87% | - |
| XYZ | 55.42 | 48.98 | 61.18 | - |
| YUV | 189.85 | 133.73 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 200 | 0 | 0.23 | 0.10 | 0.13 | 326.54 | 0.45 | 0.77 |
| Hex | DF | AB | C8 | 0 | 17 | A | D | 147 | 2D | 4D |
| Octal | 337 | 253 | 310 | 0 | 27 | 12 | 15 | 507 | 55 | 115 |
| Binary | 11011111 | 10101011 | 11001000 | 0 | 10111 | 1010 | 1101 | 101000111 | 101101 | 1001101 |
Color Harmonies of #DFABC8
Complementary color
Monochromatic Colors of #DFABC8
Black with #DFABC8
Text Example
Text Example
White with #DFABC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFABC8; }
p { color: rgb(223,171,200); }
H1.HeaderClassName
{
color: #DFABC8;
}
.AnyTagClassName
{
color: #DFABC8;
}
</style>
background-color css
<style>
a { background-color: #DFABC8; }
a { background-color: rgb(223,171,200); }
div.DivClassName
{
background-color: #DFABC8;
}
.BgClassName
{
background-color: #DFABC8;
}
</style>
border-color css
<style>
span { border-color: #DFABC8; }
span { border-color: rgb(223,171,200); }
td.TdClassName
{
border-color: #DFABC8;
}
.TagClassName
{
border-color: #DFABC8;
}
</style>