Shades of Twilight #DFB5D0
Tints of Twilight #DFB5D0
RGB
CMYK
RGB Variations
Color information
#DFB5D0 (or 0xDFB5D0) is known color: Twilight. HEX triplet: DF, B5 and D0. RGB value is (223,181,208). Sum of RGB (Red+Green+Blue) = 223+181+208=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 181 (71.09% from 255 or 29.58% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB5D0 is #204A2F. Grayscale: #C4C4C4. Windows color (decimal): -2116144 or 13678047. OLE color: 13678047.
HSL color Cylindrical-coordinate representation of color #DFB5D0: hue angle of 321.43º 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 #DFB5D0 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 181 | 208 | - |
CMYK | 0 | 0.19 | 0.07 | 0.13 |
HSL | 321.43º | 0.4% | 0.79% | - |
HSV(B) | 321.43º | 0.19% | 0.87% | - |
XYZ | 58.34 | 53.29 | 66.89 | - |
YUV | 196.64 | 134.41 | 146.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 181 | 208 | 0 | 0.19 | 0.07 | 0.13 | 321.43 | 0.4 | 0.79 |
Hex | DF | B5 | D0 | 0 | 13 | 7 | D | 141 | 28 | 4F |
Octal | 337 | 265 | 320 | 0 | 23 | 7 | 15 | 501 | 50 | 117 |
Binary | 11011111 | 10110101 | 11010000 | 0 | 10011 | 111 | 1101 | 101000001 | 101000 | 1001111 |
Color Harmonies of #DFB5D0
Complementary color
Monochromatic Colors of #DFB5D0
Black with #DFB5D0
Text Example
Text Example
White with #DFB5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB5D0; }
p { color: rgb(223,181,208); }
H1.HeaderClassName
{
color: #DFB5D0;
}
.AnyTagClassName
{
color: #DFB5D0;
}
</style>
background-color css
<style>
a { background-color: #DFB5D0; }
a { background-color: rgb(223,181,208); }
div.DivClassName
{
background-color: #DFB5D0;
}
.BgClassName
{
background-color: #DFB5D0;
}
</style>
border-color css
<style>
span { border-color: #DFB5D0; }
span { border-color: rgb(223,181,208); }
td.TdClassName
{
border-color: #DFB5D0;
}
.TagClassName
{
border-color: #DFB5D0;
}
</style>