Shades of Twilight #DFB9CB
Tints of Twilight #DFB9CB
RGB
CMYK
RGB Variations
Color information
#DFB9CB (or 0xDFB9CB) is known color: Twilight. HEX triplet: DF, B9 and CB. RGB value is (223,185,203). Sum of RGB (Red+Green+Blue) = 223+185+203=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB9CB is #204634. Grayscale: #C6C6C6. Windows color (decimal): -2115125 or 13351391. OLE color: 13351391.
HSL color Cylindrical-coordinate representation of color #DFB9CB: hue angle of 331.58º 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 #DFB9CB is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 203 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.13 |
| HSL | 331.58º | 0.37% | 0.8% | - |
| HSV(B) | 331.58º | 0.17% | 0.87% | - |
| XYZ | 58.56 | 54.7 | 63.97 | - |
| YUV | 198.41 | 130.59 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 203 | 0 | 0.17 | 0.09 | 0.13 | 331.58 | 0.37 | 0.8 |
| Hex | DF | B9 | CB | 0 | 11 | 9 | D | 14C | 25 | 50 |
| Octal | 337 | 271 | 313 | 0 | 21 | 11 | 15 | 514 | 45 | 120 |
| Binary | 11011111 | 10111001 | 11001011 | 0 | 10001 | 1001 | 1101 | 101001100 | 100101 | 1010000 |
Color Harmonies of #DFB9CB
Complementary color
Monochromatic Colors of #DFB9CB
Black with #DFB9CB
Text Example
Text Example
White with #DFB9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB9CB; }
p { color: rgb(223,185,203); }
H1.HeaderClassName
{
color: #DFB9CB;
}
.AnyTagClassName
{
color: #DFB9CB;
}
</style>
background-color css
<style>
a { background-color: #DFB9CB; }
a { background-color: rgb(223,185,203); }
div.DivClassName
{
background-color: #DFB9CB;
}
.BgClassName
{
background-color: #DFB9CB;
}
</style>
border-color css
<style>
span { border-color: #DFB9CB; }
span { border-color: rgb(223,185,203); }
td.TdClassName
{
border-color: #DFB9CB;
}
.TagClassName
{
border-color: #DFB9CB;
}
</style>