Shades of Twilight #DFB0CF
Tints of Twilight #DFB0CF
RGB
CMYK
RGB Variations
Color information
#DFB0CF (or 0xDFB0CF) is known color: Twilight. HEX triplet: DF, B0 and CF. RGB value is (223,176,207). Sum of RGB (Red+Green+Blue) = 223+176+207=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 176 (69.14% from 255 or 29.04% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB0CF is #204F30. Grayscale: #C1C1C1. Windows color (decimal): -2117425 or 13611231. OLE color: 13611231.
HSL color Cylindrical-coordinate representation of color #DFB0CF: hue angle of 320.43º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFB0CF is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 207 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.13 |
| HSL | 320.43º | 0.42% | 0.78% | - |
| HSV(B) | 320.43º | 0.21% | 0.87% | - |
| XYZ | 57.22 | 51.24 | 65.91 | - |
| YUV | 193.59 | 135.57 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 207 | 0 | 0.21 | 0.07 | 0.13 | 320.43 | 0.42 | 0.78 |
| Hex | DF | B0 | CF | 0 | 15 | 7 | D | 140 | 2A | 4E |
| Octal | 337 | 260 | 317 | 0 | 25 | 7 | 15 | 500 | 52 | 116 |
| Binary | 11011111 | 10110000 | 11001111 | 0 | 10101 | 111 | 1101 | 101000000 | 101010 | 1001110 |
Color Harmonies of #DFB0CF
Complementary color
Monochromatic Colors of #DFB0CF
Black with #DFB0CF
Text Example
Text Example
White with #DFB0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB0CF; }
p { color: rgb(223,176,207); }
H1.HeaderClassName
{
color: #DFB0CF;
}
.AnyTagClassName
{
color: #DFB0CF;
}
</style>
background-color css
<style>
a { background-color: #DFB0CF; }
a { background-color: rgb(223,176,207); }
div.DivClassName
{
background-color: #DFB0CF;
}
.BgClassName
{
background-color: #DFB0CF;
}
</style>
border-color css
<style>
span { border-color: #DFB0CF; }
span { border-color: rgb(223,176,207); }
td.TdClassName
{
border-color: #DFB0CF;
}
.TagClassName
{
border-color: #DFB0CF;
}
</style>