Shades of Twilight #DFBCCE
Tints of Twilight #DFBCCE
RGB
CMYK
RGB Variations
Color information
#DFBCCE (or 0xDFBCCE) is known color: Twilight. HEX triplet: DF, BC and CE. RGB value is (223,188,206). Sum of RGB (Red+Green+Blue) = 223+188+206=617 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.14% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCCE is #204331. Grayscale: #C8C8C8. Windows color (decimal): -2114354 or 13548767. OLE color: 13548767.
HSL color Cylindrical-coordinate representation of color #DFBCCE: hue angle of 329.14º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFBCCE is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 206 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.13 |
| HSL | 329.14º | 0.35% | 0.81% | - |
| HSV(B) | 329.14º | 0.16% | 0.87% | - |
| XYZ | 59.56 | 56.11 | 66.08 | - |
| YUV | 200.52 | 131.1 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 206 | 0 | 0.16 | 0.08 | 0.13 | 329.14 | 0.35 | 0.81 |
| Hex | DF | BC | CE | 0 | 10 | 8 | D | 149 | 23 | 51 |
| Octal | 337 | 274 | 316 | 0 | 20 | 10 | 15 | 511 | 43 | 121 |
| Binary | 11011111 | 10111100 | 11001110 | 0 | 10000 | 1000 | 1101 | 101001001 | 100011 | 1010001 |
Color Harmonies of #DFBCCE
Complementary color
Monochromatic Colors of #DFBCCE
Black with #DFBCCE
Text Example
Text Example
White with #DFBCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBCCE; }
p { color: rgb(223,188,206); }
H1.HeaderClassName
{
color: #DFBCCE;
}
.AnyTagClassName
{
color: #DFBCCE;
}
</style>
background-color css
<style>
a { background-color: #DFBCCE; }
a { background-color: rgb(223,188,206); }
div.DivClassName
{
background-color: #DFBCCE;
}
.BgClassName
{
background-color: #DFBCCE;
}
</style>
border-color css
<style>
span { border-color: #DFBCCE; }
span { border-color: rgb(223,188,206); }
td.TdClassName
{
border-color: #DFBCCE;
}
.TagClassName
{
border-color: #DFBCCE;
}
</style>