Shades of Twilight #DFBDD4
Tints of Twilight #DFBDD4
RGB
CMYK
RGB Variations
Color information
#DFBDD4 (or 0xDFBDD4) is known color: Twilight. HEX triplet: DF, BD and D4. RGB value is (223,189,212). Sum of RGB (Red+Green+Blue) = 223+189+212=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 212 (83.20% from 255 or 33.97% from 624); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDD4 is #20422B. Grayscale: #C9C9C9. Windows color (decimal): -2114092 or 13942239. OLE color: 13942239.
HSL color Cylindrical-coordinate representation of color #DFBDD4: hue angle of 319.41º 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 #DFBDD4 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 212 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.13 |
| HSL | 319.41º | 0.35% | 0.81% | - |
| HSV(B) | 319.41º | 0.15% | 0.87% | - |
| XYZ | 60.51 | 56.84 | 70.07 | - |
| YUV | 201.79 | 133.76 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 212 | 0 | 0.15 | 0.05 | 0.13 | 319.41 | 0.35 | 0.81 |
| Hex | DF | BD | D4 | 0 | F | 5 | D | 13F | 23 | 51 |
| Octal | 337 | 275 | 324 | 0 | 17 | 5 | 15 | 477 | 43 | 121 |
| Binary | 11011111 | 10111101 | 11010100 | 0 | 1111 | 101 | 1101 | 100111111 | 100011 | 1010001 |
Color Harmonies of #DFBDD4
Complementary color
Monochromatic Colors of #DFBDD4
Black with #DFBDD4
Text Example
Text Example
White with #DFBDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBDD4; }
p { color: rgb(223,189,212); }
H1.HeaderClassName
{
color: #DFBDD4;
}
.AnyTagClassName
{
color: #DFBDD4;
}
</style>
background-color css
<style>
a { background-color: #DFBDD4; }
a { background-color: rgb(223,189,212); }
div.DivClassName
{
background-color: #DFBDD4;
}
.BgClassName
{
background-color: #DFBDD4;
}
</style>
border-color css
<style>
span { border-color: #DFBDD4; }
span { border-color: rgb(223,189,212); }
td.TdClassName
{
border-color: #DFBDD4;
}
.TagClassName
{
border-color: #DFBDD4;
}
</style>