Shades of Twilight #DFBACC
Tints of Twilight #DFBACC
RGB
CMYK
RGB Variations
Color information
#DFBACC (or 0xDFBACC) is known color: Twilight. HEX triplet: DF, BA and CC. RGB value is (223,186,204). Sum of RGB (Red+Green+Blue) = 223+186+204=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBACC is #204533. Grayscale: #C7C7C7. Windows color (decimal): -2114868 or 13417183. OLE color: 13417183.
HSL color Cylindrical-coordinate representation of color #DFBACC: hue angle of 330.81º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFBACC is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 186 | 204 | - |
CMYK | 0 | 0.17 | 0.09 | 0.13 |
HSL | 330.81º | 0.37% | 0.8% | - |
HSV(B) | 330.81º | 0.17% | 0.87% | - |
XYZ | 58.89 | 55.17 | 64.67 | - |
YUV | 199.12 | 130.76 | 145.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 186 | 204 | 0 | 0.17 | 0.09 | 0.13 | 330.81 | 0.37 | 0.8 |
Hex | DF | BA | CC | 0 | 11 | 9 | D | 14B | 25 | 50 |
Octal | 337 | 272 | 314 | 0 | 21 | 11 | 15 | 513 | 45 | 120 |
Binary | 11011111 | 10111010 | 11001100 | 0 | 10001 | 1001 | 1101 | 101001011 | 100101 | 1010000 |
Color Harmonies of #DFBACC
Complementary color
Monochromatic Colors of #DFBACC
Black with #DFBACC
Text Example
Text Example
White with #DFBACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBACC; }
p { color: rgb(223,186,204); }
H1.HeaderClassName
{
color: #DFBACC;
}
.AnyTagClassName
{
color: #DFBACC;
}
</style>
background-color css
<style>
a { background-color: #DFBACC; }
a { background-color: rgb(223,186,204); }
div.DivClassName
{
background-color: #DFBACC;
}
.BgClassName
{
background-color: #DFBACC;
}
</style>
border-color css
<style>
span { border-color: #DFBACC; }
span { border-color: rgb(223,186,204); }
td.TdClassName
{
border-color: #DFBACC;
}
.TagClassName
{
border-color: #DFBACC;
}
</style>