Shades of Twilight #DFBCD3
Tints of Twilight #DFBCD3
RGB
CMYK
RGB Variations
Color information
#DFBCD3 (or 0xDFBCD3) is known color: Twilight. HEX triplet: DF, BC and D3. RGB value is (223,188,211). Sum of RGB (Red+Green+Blue) = 223+188+211=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 211 (82.81% from 255 or 33.92% from 622); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCD3 is #20432C. Grayscale: #C9C9C9. Windows color (decimal): -2114349 or 13876447. OLE color: 13876447.
HSL color Cylindrical-coordinate representation of color #DFBCD3: hue angle of 320.57º 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 #DFBCD3 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 211 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.13 |
| HSL | 320.57º | 0.35% | 0.81% | - |
| HSV(B) | 320.57º | 0.16% | 0.87% | - |
| XYZ | 60.17 | 56.36 | 69.33 | - |
| YUV | 201.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 211 | 0 | 0.16 | 0.05 | 0.13 | 320.57 | 0.35 | 0.81 |
| Hex | DF | BC | D3 | 0 | 10 | 5 | D | 141 | 23 | 51 |
| Octal | 337 | 274 | 323 | 0 | 20 | 5 | 15 | 501 | 43 | 121 |
| Binary | 11011111 | 10111100 | 11010011 | 0 | 10000 | 101 | 1101 | 101000001 | 100011 | 1010001 |
Color Harmonies of #DFBCD3
Complementary color
Monochromatic Colors of #DFBCD3
Black with #DFBCD3
Text Example
Text Example
White with #DFBCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBCD3; }
p { color: rgb(223,188,211); }
H1.HeaderClassName
{
color: #DFBCD3;
}
.AnyTagClassName
{
color: #DFBCD3;
}
</style>
background-color css
<style>
a { background-color: #DFBCD3; }
a { background-color: rgb(223,188,211); }
div.DivClassName
{
background-color: #DFBCD3;
}
.BgClassName
{
background-color: #DFBCD3;
}
</style>
border-color css
<style>
span { border-color: #DFBCD3; }
span { border-color: rgb(223,188,211); }
td.TdClassName
{
border-color: #DFBCD3;
}
.TagClassName
{
border-color: #DFBCD3;
}
</style>