Shades of Twilight #DFBAD2
Tints of Twilight #DFBAD2
RGB
CMYK
RGB Variations
Color information
#DFBAD2 (or 0xDFBAD2) is known color: Twilight. HEX triplet: DF, BA and D2. RGB value is (223,186,210). Sum of RGB (Red+Green+Blue) = 223+186+210=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 210 (82.42% from 255 or 33.93% from 619); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBAD2 is #20452D. Grayscale: #C7C7C7. Windows color (decimal): -2114862 or 13810399. OLE color: 13810399.
HSL color Cylindrical-coordinate representation of color #DFBAD2: hue angle of 321.08º 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 #DFBAD2 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 186 | 210 | - |
CMYK | 0 | 0.17 | 0.06 | 0.13 |
HSL | 321.08º | 0.37% | 0.8% | - |
HSV(B) | 321.08º | 0.17% | 0.87% | - |
XYZ | 59.62 | 55.46 | 68.53 | - |
YUV | 199.8 | 133.76 | 144.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 186 | 210 | 0 | 0.17 | 0.06 | 0.13 | 321.08 | 0.37 | 0.8 |
Hex | DF | BA | D2 | 0 | 11 | 6 | D | 141 | 25 | 50 |
Octal | 337 | 272 | 322 | 0 | 21 | 6 | 15 | 501 | 45 | 120 |
Binary | 11011111 | 10111010 | 11010010 | 0 | 10001 | 110 | 1101 | 101000001 | 100101 | 1010000 |
Color Harmonies of #DFBAD2
Complementary color
Monochromatic Colors of #DFBAD2
Black with #DFBAD2
Text Example
Text Example
White with #DFBAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBAD2; }
p { color: rgb(223,186,210); }
H1.HeaderClassName
{
color: #DFBAD2;
}
.AnyTagClassName
{
color: #DFBAD2;
}
</style>
background-color css
<style>
a { background-color: #DFBAD2; }
a { background-color: rgb(223,186,210); }
div.DivClassName
{
background-color: #DFBAD2;
}
.BgClassName
{
background-color: #DFBAD2;
}
</style>
border-color css
<style>
span { border-color: #DFBAD2; }
span { border-color: rgb(223,186,210); }
td.TdClassName
{
border-color: #DFBAD2;
}
.TagClassName
{
border-color: #DFBAD2;
}
</style>