Shades of Twilight #DFBCD2
Tints of Twilight #DFBCD2
RGB
CMYK
RGB Variations
Color information
#DFBCD2 (or 0xDFBCD2) is known color: Twilight. HEX triplet: DF, BC and D2. RGB value is (223,188,210). Sum of RGB (Red+Green+Blue) = 223+188+210=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 210 (82.42% from 255 or 33.82% from 621); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCD2 is #20432D. Grayscale: #C8C8C8. Windows color (decimal): -2114350 or 13810911. OLE color: 13810911.
HSL color Cylindrical-coordinate representation of color #DFBCD2: hue angle of 322.29º 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 #DFBCD2 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 210 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.13 |
| HSL | 322.29º | 0.35% | 0.81% | - |
| HSV(B) | 322.29º | 0.16% | 0.87% | - |
| XYZ | 60.05 | 56.31 | 68.68 | - |
| YUV | 200.97 | 133.1 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 210 | 0 | 0.16 | 0.06 | 0.13 | 322.29 | 0.35 | 0.81 |
| Hex | DF | BC | D2 | 0 | 10 | 6 | D | 142 | 23 | 51 |
| Octal | 337 | 274 | 322 | 0 | 20 | 6 | 15 | 502 | 43 | 121 |
| Binary | 11011111 | 10111100 | 11010010 | 0 | 10000 | 110 | 1101 | 101000010 | 100011 | 1010001 |
Color Harmonies of #DFBCD2
Complementary color
Monochromatic Colors of #DFBCD2
Black with #DFBCD2
Text Example
Text Example
White with #DFBCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBCD2; }
p { color: rgb(223,188,210); }
H1.HeaderClassName
{
color: #DFBCD2;
}
.AnyTagClassName
{
color: #DFBCD2;
}
</style>
background-color css
<style>
a { background-color: #DFBCD2; }
a { background-color: rgb(223,188,210); }
div.DivClassName
{
background-color: #DFBCD2;
}
.BgClassName
{
background-color: #DFBCD2;
}
</style>
border-color css
<style>
span { border-color: #DFBCD2; }
span { border-color: rgb(223,188,210); }
td.TdClassName
{
border-color: #DFBCD2;
}
.TagClassName
{
border-color: #DFBCD2;
}
</style>