Shades of Twilight #DFB4CF
Tints of Twilight #DFB4CF
RGB
CMYK
RGB Variations
Color information
#DFB4CF (or 0xDFB4CF) is known color: Twilight. HEX triplet: DF, B4 and CF. RGB value is (223,180,207). Sum of RGB (Red+Green+Blue) = 223+180+207=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 180 (70.70% from 255 or 29.51% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB4CF is #204B30. Grayscale: #C3C3C3. Windows color (decimal): -2116401 or 13612255. OLE color: 13612255.
HSL color Cylindrical-coordinate representation of color #DFB4CF: hue angle of 322.33º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFB4CF is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 207 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.13 |
| HSL | 322.33º | 0.4% | 0.79% | - |
| HSV(B) | 322.33º | 0.19% | 0.87% | - |
| XYZ | 58.02 | 52.84 | 66.17 | - |
| YUV | 195.94 | 134.25 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 207 | 0 | 0.19 | 0.07 | 0.13 | 322.33 | 0.4 | 0.79 |
| Hex | DF | B4 | CF | 0 | 13 | 7 | D | 142 | 28 | 4F |
| Octal | 337 | 264 | 317 | 0 | 23 | 7 | 15 | 502 | 50 | 117 |
| Binary | 11011111 | 10110100 | 11001111 | 0 | 10011 | 111 | 1101 | 101000010 | 101000 | 1001111 |
Color Harmonies of #DFB4CF
Complementary color
Monochromatic Colors of #DFB4CF
Black with #DFB4CF
Text Example
Text Example
White with #DFB4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB4CF; }
p { color: rgb(223,180,207); }
H1.HeaderClassName
{
color: #DFB4CF;
}
.AnyTagClassName
{
color: #DFB4CF;
}
</style>
background-color css
<style>
a { background-color: #DFB4CF; }
a { background-color: rgb(223,180,207); }
div.DivClassName
{
background-color: #DFB4CF;
}
.BgClassName
{
background-color: #DFB4CF;
}
</style>
border-color css
<style>
span { border-color: #DFB4CF; }
span { border-color: rgb(223,180,207); }
td.TdClassName
{
border-color: #DFB4CF;
}
.TagClassName
{
border-color: #DFB4CF;
}
</style>