Shades of Twilight #DFBBD0
Tints of Twilight #DFBBD0
RGB
CMYK
RGB Variations
Color information
#DFBBD0 (or 0xDFBBD0) is known color: Twilight. HEX triplet: DF, BB and D0. RGB value is (223,187,208). Sum of RGB (Red+Green+Blue) = 223+187+208=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBD0 is #20442F. Grayscale: #C8C8C8. Windows color (decimal): -2114608 or 13679583. OLE color: 13679583.
HSL color Cylindrical-coordinate representation of color #DFBBD0: hue angle of 325º 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 #DFBBD0 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 208 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.13 |
| HSL | 325º | 0.36% | 0.8% | - |
| HSV(B) | 325º | 0.16% | 0.87% | - |
| XYZ | 59.59 | 55.78 | 67.3 | - |
| YUV | 200.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 208 | 0 | 0.16 | 0.07 | 0.13 | 325 | 0.36 | 0.8 |
| Hex | DF | BB | D0 | 0 | 10 | 7 | D | 145 | 24 | 50 |
| Octal | 337 | 273 | 320 | 0 | 20 | 7 | 15 | 505 | 44 | 120 |
| Binary | 11011111 | 10111011 | 11010000 | 0 | 10000 | 111 | 1101 | 101000101 | 100100 | 1010000 |
Color Harmonies of #DFBBD0
Complementary color
Monochromatic Colors of #DFBBD0
Black with #DFBBD0
Text Example
Text Example
White with #DFBBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBBD0; }
p { color: rgb(223,187,208); }
H1.HeaderClassName
{
color: #DFBBD0;
}
.AnyTagClassName
{
color: #DFBBD0;
}
</style>
background-color css
<style>
a { background-color: #DFBBD0; }
a { background-color: rgb(223,187,208); }
div.DivClassName
{
background-color: #DFBBD0;
}
.BgClassName
{
background-color: #DFBBD0;
}
</style>
border-color css
<style>
span { border-color: #DFBBD0; }
span { border-color: rgb(223,187,208); }
td.TdClassName
{
border-color: #DFBBD0;
}
.TagClassName
{
border-color: #DFBBD0;
}
</style>