Shades of Twilight #DFBCD1
Tints of Twilight #DFBCD1
RGB
CMYK
RGB Variations
Color information
#DFBCD1 (or 0xDFBCD1) is known color: Twilight. HEX triplet: DF, BC and D1. RGB value is (223,188,209). Sum of RGB (Red+Green+Blue) = 223+188+209=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 209 (82.03% from 255 or 33.71% from 620); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCD1 is #20432E. Grayscale: #C8C8C8. Windows color (decimal): -2114351 or 13745375. OLE color: 13745375.
HSL color Cylindrical-coordinate representation of color #DFBCD1: hue angle of 324º 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 #DFBCD1 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 209 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.13 |
| HSL | 324º | 0.35% | 0.81% | - |
| HSV(B) | 324º | 0.16% | 0.87% | - |
| XYZ | 59.92 | 56.26 | 68.02 | - |
| YUV | 200.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 209 | 0 | 0.16 | 0.06 | 0.13 | 324 | 0.35 | 0.81 |
| Hex | DF | BC | D1 | 0 | 10 | 6 | D | 144 | 23 | 51 |
| Octal | 337 | 274 | 321 | 0 | 20 | 6 | 15 | 504 | 43 | 121 |
| Binary | 11011111 | 10111100 | 11010001 | 0 | 10000 | 110 | 1101 | 101000100 | 100011 | 1010001 |
Color Harmonies of #DFBCD1
Complementary color
Monochromatic Colors of #DFBCD1
Black with #DFBCD1
Text Example
Text Example
White with #DFBCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBCD1; }
p { color: rgb(223,188,209); }
H1.HeaderClassName
{
color: #DFBCD1;
}
.AnyTagClassName
{
color: #DFBCD1;
}
</style>
background-color css
<style>
a { background-color: #DFBCD1; }
a { background-color: rgb(223,188,209); }
div.DivClassName
{
background-color: #DFBCD1;
}
.BgClassName
{
background-color: #DFBCD1;
}
</style>
border-color css
<style>
span { border-color: #DFBCD1; }
span { border-color: rgb(223,188,209); }
td.TdClassName
{
border-color: #DFBCD1;
}
.TagClassName
{
border-color: #DFBCD1;
}
</style>