Shades of Twilight #DFBCCF
Tints of Twilight #DFBCCF
RGB
CMYK
RGB Variations
Color information
#DFBCCF (or 0xDFBCCF) is known color: Twilight. HEX triplet: DF, BC and CF. RGB value is (223,188,207). Sum of RGB (Red+Green+Blue) = 223+188+207=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCCF is #204330. Grayscale: #C8C8C8. Windows color (decimal): -2114353 or 13614303. OLE color: 13614303.
HSL color Cylindrical-coordinate representation of color #DFBCCF: hue angle of 327.43º 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 #DFBCCF is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 207 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.13 |
| HSL | 327.43º | 0.35% | 0.81% | - |
| HSV(B) | 327.43º | 0.16% | 0.87% | - |
| XYZ | 59.68 | 56.16 | 66.73 | - |
| YUV | 200.63 | 131.6 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 207 | 0 | 0.16 | 0.07 | 0.13 | 327.43 | 0.35 | 0.81 |
| Hex | DF | BC | CF | 0 | 10 | 7 | D | 147 | 23 | 51 |
| Octal | 337 | 274 | 317 | 0 | 20 | 7 | 15 | 507 | 43 | 121 |
| Binary | 11011111 | 10111100 | 11001111 | 0 | 10000 | 111 | 1101 | 101000111 | 100011 | 1010001 |
Color Harmonies of #DFBCCF
Complementary color
Monochromatic Colors of #DFBCCF
Black with #DFBCCF
Text Example
Text Example
White with #DFBCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBCCF; }
p { color: rgb(223,188,207); }
H1.HeaderClassName
{
color: #DFBCCF;
}
.AnyTagClassName
{
color: #DFBCCF;
}
</style>
background-color css
<style>
a { background-color: #DFBCCF; }
a { background-color: rgb(223,188,207); }
div.DivClassName
{
background-color: #DFBCCF;
}
.BgClassName
{
background-color: #DFBCCF;
}
</style>
border-color css
<style>
span { border-color: #DFBCCF; }
span { border-color: rgb(223,188,207); }
td.TdClassName
{
border-color: #DFBCCF;
}
.TagClassName
{
border-color: #DFBCCF;
}
</style>