Shades of Twilight #DFB9D2
Tints of Twilight #DFB9D2
RGB
CMYK
RGB Variations
Color information
#DFB9D2 (or 0xDFB9D2) is known color: Twilight. HEX triplet: DF, B9 and D2. RGB value is (223,185,210). Sum of RGB (Red+Green+Blue) = 223+185+210=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 185 (72.66% from 255 or 29.94% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB9D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB9D2 is #20462D. Grayscale: #C7C7C7. Windows color (decimal): -2115118 or 13810143. OLE color: 13810143.
HSL color Cylindrical-coordinate representation of color #DFB9D2: hue angle of 320.53º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFB9D2 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 210 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.13 |
| HSL | 320.53º | 0.37% | 0.8% | - |
| HSV(B) | 320.53º | 0.17% | 0.87% | - |
| XYZ | 59.41 | 55.04 | 68.46 | - |
| YUV | 199.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 210 | 0 | 0.17 | 0.06 | 0.13 | 320.53 | 0.37 | 0.8 |
| Hex | DF | B9 | D2 | 0 | 11 | 6 | D | 141 | 25 | 50 |
| Octal | 337 | 271 | 322 | 0 | 21 | 6 | 15 | 501 | 45 | 120 |
| Binary | 11011111 | 10111001 | 11010010 | 0 | 10001 | 110 | 1101 | 101000001 | 100101 | 1010000 |
Color Harmonies of #DFB9D2
Complementary color
Monochromatic Colors of #DFB9D2
Black with #DFB9D2
Text Example
Text Example
White with #DFB9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB9D2; }
p { color: rgb(223,185,210); }
H1.HeaderClassName
{
color: #DFB9D2;
}
.AnyTagClassName
{
color: #DFB9D2;
}
</style>
background-color css
<style>
a { background-color: #DFB9D2; }
a { background-color: rgb(223,185,210); }
div.DivClassName
{
background-color: #DFB9D2;
}
.BgClassName
{
background-color: #DFB9D2;
}
</style>
border-color css
<style>
span { border-color: #DFB9D2; }
span { border-color: rgb(223,185,210); }
td.TdClassName
{
border-color: #DFB9D2;
}
.TagClassName
{
border-color: #DFB9D2;
}
</style>