Shades of Twilight #DFAFCB
Tints of Twilight #DFAFCB
RGB
CMYK
RGB Variations
Color information
#DFAFCB (or 0xDFAFCB) is known color: Twilight. HEX triplet: DF, AF and CB. RGB value is (223,175,203). Sum of RGB (Red+Green+Blue) = 223+175+203=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 175 (68.75% from 255 or 29.12% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFCB is #205034. Grayscale: #C0C0C0. Windows color (decimal): -2117685 or 13348831. OLE color: 13348831.
HSL color Cylindrical-coordinate representation of color #DFAFCB: hue angle of 325º 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 #DFAFCB is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 175 | 203 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.13 |
| HSL | 325º | 0.43% | 0.78% | - |
| HSV(B) | 325º | 0.22% | 0.87% | - |
| XYZ | 56.54 | 50.66 | 63.3 | - |
| YUV | 192.54 | 133.9 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 203 | 0 | 0.22 | 0.09 | 0.13 | 325 | 0.43 | 0.78 |
| Hex | DF | AF | CB | 0 | 16 | 9 | D | 145 | 2B | 4E |
| Octal | 337 | 257 | 313 | 0 | 26 | 11 | 15 | 505 | 53 | 116 |
| Binary | 11011111 | 10101111 | 11001011 | 0 | 10110 | 1001 | 1101 | 101000101 | 101011 | 1001110 |
Color Harmonies of #DFAFCB
Complementary color
Monochromatic Colors of #DFAFCB
Black with #DFAFCB
Text Example
Text Example
White with #DFAFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAFCB; }
p { color: rgb(223,175,203); }
H1.HeaderClassName
{
color: #DFAFCB;
}
.AnyTagClassName
{
color: #DFAFCB;
}
</style>
background-color css
<style>
a { background-color: #DFAFCB; }
a { background-color: rgb(223,175,203); }
div.DivClassName
{
background-color: #DFAFCB;
}
.BgClassName
{
background-color: #DFAFCB;
}
</style>
border-color css
<style>
span { border-color: #DFAFCB; }
span { border-color: rgb(223,175,203); }
td.TdClassName
{
border-color: #DFAFCB;
}
.TagClassName
{
border-color: #DFAFCB;
}
</style>