Shades of Twilight #DFB1CF
Tints of Twilight #DFB1CF
RGB
CMYK
RGB Variations
Color information
#DFB1CF (or 0xDFB1CF) is known color: Twilight. HEX triplet: DF, B1 and CF. RGB value is (223,177,207). Sum of RGB (Red+Green+Blue) = 223+177+207=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 177 (69.53% from 255 or 29.16% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1CF is #204E30. Grayscale: #C2C2C2. Windows color (decimal): -2117169 or 13611487. OLE color: 13611487.
HSL color Cylindrical-coordinate representation of color #DFB1CF: hue angle of 320.87º 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 #DFB1CF is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 207 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.13 |
| HSL | 320.87º | 0.42% | 0.78% | - |
| HSV(B) | 320.87º | 0.21% | 0.87% | - |
| XYZ | 57.42 | 51.64 | 65.97 | - |
| YUV | 194.17 | 135.24 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 207 | 0 | 0.21 | 0.07 | 0.13 | 320.87 | 0.42 | 0.78 |
| Hex | DF | B1 | CF | 0 | 15 | 7 | D | 141 | 2A | 4E |
| Octal | 337 | 261 | 317 | 0 | 25 | 7 | 15 | 501 | 52 | 116 |
| Binary | 11011111 | 10110001 | 11001111 | 0 | 10101 | 111 | 1101 | 101000001 | 101010 | 1001110 |
Color Harmonies of #DFB1CF
Complementary color
Monochromatic Colors of #DFB1CF
Black with #DFB1CF
Text Example
Text Example
White with #DFB1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB1CF; }
p { color: rgb(223,177,207); }
H1.HeaderClassName
{
color: #DFB1CF;
}
.AnyTagClassName
{
color: #DFB1CF;
}
</style>
background-color css
<style>
a { background-color: #DFB1CF; }
a { background-color: rgb(223,177,207); }
div.DivClassName
{
background-color: #DFB1CF;
}
.BgClassName
{
background-color: #DFB1CF;
}
</style>
border-color css
<style>
span { border-color: #DFB1CF; }
span { border-color: rgb(223,177,207); }
td.TdClassName
{
border-color: #DFB1CF;
}
.TagClassName
{
border-color: #DFB1CF;
}
</style>