Shades of Twilight #DFB3D0
Tints of Twilight #DFB3D0
RGB
CMYK
RGB Variations
Color information
#DFB3D0 (or 0xDFB3D0) is known color: Twilight. HEX triplet: DF, B3 and D0. RGB value is (223,179,208). Sum of RGB (Red+Green+Blue) = 223+179+208=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 179 (70.31% from 255 or 29.34% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB3D0 is #204C2F. Grayscale: #C3C3C3. Windows color (decimal): -2116656 or 13677535. OLE color: 13677535.
HSL color Cylindrical-coordinate representation of color #DFB3D0: hue angle of 320.45º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFB3D0 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 208 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.13 |
| HSL | 320.45º | 0.41% | 0.79% | - |
| HSV(B) | 320.45º | 0.2% | 0.87% | - |
| XYZ | 57.94 | 52.48 | 66.75 | - |
| YUV | 195.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 208 | 0 | 0.20 | 0.07 | 0.13 | 320.45 | 0.41 | 0.79 |
| Hex | DF | B3 | D0 | 0 | 14 | 7 | D | 140 | 29 | 4F |
| Octal | 337 | 263 | 320 | 0 | 24 | 7 | 15 | 500 | 51 | 117 |
| Binary | 11011111 | 10110011 | 11010000 | 0 | 10100 | 111 | 1101 | 101000000 | 101001 | 1001111 |
Color Harmonies of #DFB3D0
Complementary color
Monochromatic Colors of #DFB3D0
Black with #DFB3D0
Text Example
Text Example
White with #DFB3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB3D0; }
p { color: rgb(223,179,208); }
H1.HeaderClassName
{
color: #DFB3D0;
}
.AnyTagClassName
{
color: #DFB3D0;
}
</style>
background-color css
<style>
a { background-color: #DFB3D0; }
a { background-color: rgb(223,179,208); }
div.DivClassName
{
background-color: #DFB3D0;
}
.BgClassName
{
background-color: #DFB3D0;
}
</style>
border-color css
<style>
span { border-color: #DFB3D0; }
span { border-color: rgb(223,179,208); }
td.TdClassName
{
border-color: #DFB3D0;
}
.TagClassName
{
border-color: #DFB3D0;
}
</style>