Shades of Twilight #DFAFCD
Tints of Twilight #DFAFCD
RGB
CMYK
RGB Variations
Color information
#DFAFCD (or 0xDFAFCD) is known color: Twilight. HEX triplet: DF, AF and CD. RGB value is (223,175,205). Sum of RGB (Red+Green+Blue) = 223+175+205=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFCD is #205032. Grayscale: #C0C0C0. Windows color (decimal): -2117683 or 13479903. OLE color: 13479903.
HSL color Cylindrical-coordinate representation of color #DFAFCD: hue angle of 322.5º 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 #DFAFCD is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 175 | 205 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.13 |
| HSL | 322.5º | 0.43% | 0.78% | - |
| HSV(B) | 322.5º | 0.22% | 0.87% | - |
| XYZ | 56.78 | 50.76 | 64.56 | - |
| YUV | 192.77 | 134.9 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 205 | 0 | 0.22 | 0.08 | 0.13 | 322.5 | 0.43 | 0.78 |
| Hex | DF | AF | CD | 0 | 16 | 8 | D | 142 | 2B | 4E |
| Octal | 337 | 257 | 315 | 0 | 26 | 10 | 15 | 502 | 53 | 116 |
| Binary | 11011111 | 10101111 | 11001101 | 0 | 10110 | 1000 | 1101 | 101000010 | 101011 | 1001110 |
Color Harmonies of #DFAFCD
Complementary color
Monochromatic Colors of #DFAFCD
Black with #DFAFCD
Text Example
Text Example
White with #DFAFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAFCD; }
p { color: rgb(223,175,205); }
H1.HeaderClassName
{
color: #DFAFCD;
}
.AnyTagClassName
{
color: #DFAFCD;
}
</style>
background-color css
<style>
a { background-color: #DFAFCD; }
a { background-color: rgb(223,175,205); }
div.DivClassName
{
background-color: #DFAFCD;
}
.BgClassName
{
background-color: #DFAFCD;
}
</style>
border-color css
<style>
span { border-color: #DFAFCD; }
span { border-color: rgb(223,175,205); }
td.TdClassName
{
border-color: #DFAFCD;
}
.TagClassName
{
border-color: #DFAFCD;
}
</style>