Shades of Twilight #DFBBD3
Tints of Twilight #DFBBD3
RGB
CMYK
RGB Variations
Color information
#DFBBD3 (or 0xDFBBD3) is known color: Twilight. HEX triplet: DF, BB and D3. RGB value is (223,187,211). Sum of RGB (Red+Green+Blue) = 223+187+211=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 211 (82.81% from 255 or 33.98% from 621); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBD3 is #20442C. Grayscale: #C8C8C8. Windows color (decimal): -2114605 or 13876191. OLE color: 13876191.
HSL color Cylindrical-coordinate representation of color #DFBBD3: hue angle of 320º 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 #DFBBD3 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 211 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.13 |
| HSL | 320º | 0.36% | 0.8% | - |
| HSV(B) | 320º | 0.16% | 0.87% | - |
| XYZ | 59.96 | 55.93 | 69.26 | - |
| YUV | 200.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 211 | 0 | 0.16 | 0.05 | 0.13 | 320 | 0.36 | 0.8 |
| Hex | DF | BB | D3 | 0 | 10 | 5 | D | 140 | 24 | 50 |
| Octal | 337 | 273 | 323 | 0 | 20 | 5 | 15 | 500 | 44 | 120 |
| Binary | 11011111 | 10111011 | 11010011 | 0 | 10000 | 101 | 1101 | 101000000 | 100100 | 1010000 |
Color Harmonies of #DFBBD3
Complementary color
Monochromatic Colors of #DFBBD3
Black with #DFBBD3
Text Example
Text Example
White with #DFBBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBBD3; }
p { color: rgb(223,187,211); }
H1.HeaderClassName
{
color: #DFBBD3;
}
.AnyTagClassName
{
color: #DFBBD3;
}
</style>
background-color css
<style>
a { background-color: #DFBBD3; }
a { background-color: rgb(223,187,211); }
div.DivClassName
{
background-color: #DFBBD3;
}
.BgClassName
{
background-color: #DFBBD3;
}
</style>
border-color css
<style>
span { border-color: #DFBBD3; }
span { border-color: rgb(223,187,211); }
td.TdClassName
{
border-color: #DFBBD3;
}
.TagClassName
{
border-color: #DFBBD3;
}
</style>