Shades of Twilight #DFAFCE
Tints of Twilight #DFAFCE
RGB
CMYK
RGB Variations
Color information
#DFAFCE (or 0xDFAFCE) is known color: Twilight. HEX triplet: DF, AF and CE. RGB value is (223,175,206). Sum of RGB (Red+Green+Blue) = 223+175+206=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFCE is #205031. Grayscale: #C0C0C0. Windows color (decimal): -2117682 or 13545439. OLE color: 13545439.
HSL color Cylindrical-coordinate representation of color #DFAFCE: hue angle of 321.25º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFAFCE is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 175 | 206 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.13 |
| HSL | 321.25º | 0.43% | 0.78% | - |
| HSV(B) | 321.25º | 0.22% | 0.87% | - |
| XYZ | 56.9 | 50.8 | 65.2 | - |
| YUV | 192.89 | 135.4 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 206 | 0 | 0.22 | 0.08 | 0.13 | 321.25 | 0.43 | 0.78 |
| Hex | DF | AF | CE | 0 | 16 | 8 | D | 141 | 2B | 4E |
| Octal | 337 | 257 | 316 | 0 | 26 | 10 | 15 | 501 | 53 | 116 |
| Binary | 11011111 | 10101111 | 11001110 | 0 | 10110 | 1000 | 1101 | 101000001 | 101011 | 1001110 |
Color Harmonies of #DFAFCE
Complementary color
Monochromatic Colors of #DFAFCE
Black with #DFAFCE
Text Example
Text Example
White with #DFAFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAFCE; }
p { color: rgb(223,175,206); }
H1.HeaderClassName
{
color: #DFAFCE;
}
.AnyTagClassName
{
color: #DFAFCE;
}
</style>
background-color css
<style>
a { background-color: #DFAFCE; }
a { background-color: rgb(223,175,206); }
div.DivClassName
{
background-color: #DFAFCE;
}
.BgClassName
{
background-color: #DFAFCE;
}
</style>
border-color css
<style>
span { border-color: #DFAFCE; }
span { border-color: rgb(223,175,206); }
td.TdClassName
{
border-color: #DFAFCE;
}
.TagClassName
{
border-color: #DFAFCE;
}
</style>