Shades of Melanie #DFBFC2
Tints of Melanie #DFBFC2
RGB
CMYK
RGB Variations
Color information
#DFBFC2 (or 0xDFBFC2) is known color: Melanie. HEX triplet: DF, BF and C2. RGB value is (223,191,194). Sum of RGB (Red+Green+Blue) = 223+191+194=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 194 (76.17% from 255 or 31.91% from 608); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFC2 is #20403D. Grayscale: #C8C8C8. Windows color (decimal): -2113598 or 12763103. OLE color: 12763103.
HSL color Cylindrical-coordinate representation of color #DFBFC2: hue angle of 354.38º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFBFC2 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 191 | 194 | - |
CMYK | 0 | 0.14 | 0.13 | 0.13 |
HSL | 354.38º | 0.33% | 0.81% | - |
HSV(B) | 354.38º | 0.14% | 0.87% | - |
XYZ | 58.8 | 56.84 | 58.91 | - |
YUV | 200.91 | 124.1 | 143.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 191 | 194 | 0 | 0.14 | 0.13 | 0.13 | 354.38 | 0.33 | 0.81 |
Hex | DF | BF | C2 | 0 | E | D | D | 162 | 21 | 51 |
Octal | 337 | 277 | 302 | 0 | 16 | 15 | 15 | 542 | 41 | 121 |
Binary | 11011111 | 10111111 | 11000010 | 0 | 1110 | 1101 | 1101 | 101100010 | 100001 | 1010001 |
Color Harmonies of #DFBFC2
Complementary color
Monochromatic Colors of #DFBFC2
Black with #DFBFC2
Text Example
Text Example
White with #DFBFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBFC2; }
p { color: rgb(223,191,194); }
H1.HeaderClassName
{
color: #DFBFC2;
}
.AnyTagClassName
{
color: #DFBFC2;
}
</style>
background-color css
<style>
a { background-color: #DFBFC2; }
a { background-color: rgb(223,191,194); }
div.DivClassName
{
background-color: #DFBFC2;
}
.BgClassName
{
background-color: #DFBFC2;
}
</style>
border-color css
<style>
span { border-color: #DFBFC2; }
span { border-color: rgb(223,191,194); }
td.TdClassName
{
border-color: #DFBFC2;
}
.TagClassName
{
border-color: #DFBFC2;
}
</style>