Shades of Twilight #DFBDD0
Tints of Twilight #DFBDD0
RGB
CMYK
RGB Variations
Color information
#DFBDD0 (or 0xDFBDD0) is known color: Twilight. HEX triplet: DF, BD and D0. RGB value is (223,189,208). Sum of RGB (Red+Green+Blue) = 223+189+208=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 208 (81.64% from 255 or 33.55% from 620); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDD0 is #20422F. Grayscale: #C9C9C9. Windows color (decimal): -2114096 or 13680095. OLE color: 13680095.
HSL color Cylindrical-coordinate representation of color #DFBDD0: hue angle of 326.47º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFBDD0 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 208 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.13 |
| HSL | 326.47º | 0.35% | 0.81% | - |
| HSV(B) | 326.47º | 0.15% | 0.87% | - |
| XYZ | 60.01 | 56.64 | 67.44 | - |
| YUV | 201.33 | 131.76 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 208 | 0 | 0.15 | 0.07 | 0.13 | 326.47 | 0.35 | 0.81 |
| Hex | DF | BD | D0 | 0 | F | 7 | D | 146 | 23 | 51 |
| Octal | 337 | 275 | 320 | 0 | 17 | 7 | 15 | 506 | 43 | 121 |
| Binary | 11011111 | 10111101 | 11010000 | 0 | 1111 | 111 | 1101 | 101000110 | 100011 | 1010001 |
Color Harmonies of #DFBDD0
Complementary color
Monochromatic Colors of #DFBDD0
Black with #DFBDD0
Text Example
Text Example
White with #DFBDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBDD0; }
p { color: rgb(223,189,208); }
H1.HeaderClassName
{
color: #DFBDD0;
}
.AnyTagClassName
{
color: #DFBDD0;
}
</style>
background-color css
<style>
a { background-color: #DFBDD0; }
a { background-color: rgb(223,189,208); }
div.DivClassName
{
background-color: #DFBDD0;
}
.BgClassName
{
background-color: #DFBDD0;
}
</style>
border-color css
<style>
span { border-color: #DFBDD0; }
span { border-color: rgb(223,189,208); }
td.TdClassName
{
border-color: #DFBDD0;
}
.TagClassName
{
border-color: #DFBDD0;
}
</style>