Shades of Twilight #DFBBCE
Tints of Twilight #DFBBCE
RGB
CMYK
RGB Variations
Color information
#DFBBCE (or 0xDFBBCE) is known color: Twilight. HEX triplet: DF, BB and CE. RGB value is (223,187,206). Sum of RGB (Red+Green+Blue) = 223+187+206=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBCE is #204431. Grayscale: #C7C7C7. Windows color (decimal): -2114610 or 13548511. OLE color: 13548511.
HSL color Cylindrical-coordinate representation of color #DFBBCE: hue angle of 328.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 #DFBBCE is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 206 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.13 |
| HSL | 328.33º | 0.36% | 0.8% | - |
| HSV(B) | 328.33º | 0.16% | 0.87% | - |
| XYZ | 59.34 | 55.68 | 66.01 | - |
| YUV | 199.93 | 131.43 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 206 | 0 | 0.16 | 0.08 | 0.13 | 328.33 | 0.36 | 0.8 |
| Hex | DF | BB | CE | 0 | 10 | 8 | D | 148 | 24 | 50 |
| Octal | 337 | 273 | 316 | 0 | 20 | 10 | 15 | 510 | 44 | 120 |
| Binary | 11011111 | 10111011 | 11001110 | 0 | 10000 | 1000 | 1101 | 101001000 | 100100 | 1010000 |
Color Harmonies of #DFBBCE
Complementary color
Monochromatic Colors of #DFBBCE
Black with #DFBBCE
Text Example
Text Example
White with #DFBBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBBCE; }
p { color: rgb(223,187,206); }
H1.HeaderClassName
{
color: #DFBBCE;
}
.AnyTagClassName
{
color: #DFBBCE;
}
</style>
background-color css
<style>
a { background-color: #DFBBCE; }
a { background-color: rgb(223,187,206); }
div.DivClassName
{
background-color: #DFBBCE;
}
.BgClassName
{
background-color: #DFBBCE;
}
</style>
border-color css
<style>
span { border-color: #DFBBCE; }
span { border-color: rgb(223,187,206); }
td.TdClassName
{
border-color: #DFBBCE;
}
.TagClassName
{
border-color: #DFBBCE;
}
</style>