Shades of Melanie #DABBC4
Tints of Melanie #DABBC4
RGB
CMYK
RGB Variations
Color information
#DABBC4 (or 0xDABBC4) is known color: Melanie. HEX triplet: DA, BB and C4. RGB value is (218,187,196). Sum of RGB (Red+Green+Blue) = 218+187+196=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 196 (76.95% from 255 or 32.61% from 601); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBC4 is #25443B. Grayscale: #C5C5C5. Windows color (decimal): -2442300 or 12893146. OLE color: 12893146.
HSL color Cylindrical-coordinate representation of color #DABBC4: hue angle of 342.58º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DABBC4 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 187 | 196 | - |
CMYK | 0 | 0.14 | 0.10 | 0.15 |
HSL | 342.58º | 0.3% | 0.79% | - |
HSV(B) | 342.58º | 0.14% | 0.85% | - |
XYZ | 56.65 | 54.43 | 59.75 | - |
YUV | 197.3 | 127.27 | 142.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 187 | 196 | 0 | 0.14 | 0.10 | 0.15 | 342.58 | 0.3 | 0.79 |
Hex | DA | BB | C4 | 0 | E | A | F | 157 | 1E | 4F |
Octal | 332 | 273 | 304 | 0 | 16 | 12 | 17 | 527 | 36 | 117 |
Binary | 11011010 | 10111011 | 11000100 | 0 | 1110 | 1010 | 1111 | 101010111 | 11110 | 1001111 |
Color Harmonies of #DABBC4
Complementary color
Monochromatic Colors of #DABBC4
Black with #DABBC4
Text Example
Text Example
White with #DABBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBC4; }
p { color: rgb(218,187,196); }
H1.HeaderClassName
{
color: #DABBC4;
}
.AnyTagClassName
{
color: #DABBC4;
}
</style>
background-color css
<style>
a { background-color: #DABBC4; }
a { background-color: rgb(218,187,196); }
div.DivClassName
{
background-color: #DABBC4;
}
.BgClassName
{
background-color: #DABBC4;
}
</style>
border-color css
<style>
span { border-color: #DABBC4; }
span { border-color: rgb(218,187,196); }
td.TdClassName
{
border-color: #DABBC4;
}
.TagClassName
{
border-color: #DABBC4;
}
</style>