Shades of Twilight #DFBBD1
Tints of Twilight #DFBBD1
RGB
CMYK
RGB Variations
Color information
#DFBBD1 (or 0xDFBBD1) is known color: Twilight. HEX triplet: DF, BB and D1. RGB value is (223,187,209). Sum of RGB (Red+Green+Blue) = 223+187+209=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 209 (82.03% from 255 or 33.76% from 619); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBD1 is #20442E. Grayscale: #C8C8C8. Windows color (decimal): -2114607 or 13745119. OLE color: 13745119.
HSL color Cylindrical-coordinate representation of color #DFBBD1: hue angle of 323.33º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFBBD1 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 209 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.13 |
| HSL | 323.33º | 0.36% | 0.8% | - |
| HSV(B) | 323.33º | 0.16% | 0.87% | - |
| XYZ | 59.71 | 55.83 | 67.95 | - |
| YUV | 200.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 209 | 0 | 0.16 | 0.06 | 0.13 | 323.33 | 0.36 | 0.8 |
| Hex | DF | BB | D1 | 0 | 10 | 6 | D | 143 | 24 | 50 |
| Octal | 337 | 273 | 321 | 0 | 20 | 6 | 15 | 503 | 44 | 120 |
| Binary | 11011111 | 10111011 | 11010001 | 0 | 10000 | 110 | 1101 | 101000011 | 100100 | 1010000 |
Color Harmonies of #DFBBD1
Complementary color
Monochromatic Colors of #DFBBD1
Black with #DFBBD1
Text Example
Text Example
White with #DFBBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBBD1; }
p { color: rgb(223,187,209); }
H1.HeaderClassName
{
color: #DFBBD1;
}
.AnyTagClassName
{
color: #DFBBD1;
}
</style>
background-color css
<style>
a { background-color: #DFBBD1; }
a { background-color: rgb(223,187,209); }
div.DivClassName
{
background-color: #DFBBD1;
}
.BgClassName
{
background-color: #DFBBD1;
}
</style>
border-color css
<style>
span { border-color: #DFBBD1; }
span { border-color: rgb(223,187,209); }
td.TdClassName
{
border-color: #DFBBD1;
}
.TagClassName
{
border-color: #DFBBD1;
}
</style>