Shades of Melanie #DDAFC3
Tints of Melanie #DDAFC3
RGB
CMYK
RGB Variations
Color information
#DDAFC3 (or 0xDDAFC3) is known color: Melanie. HEX triplet: DD, AF and C3. RGB value is (221,175,195). Sum of RGB (Red+Green+Blue) = 221+175+195=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 195 (76.56% from 255 or 32.99% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFC3 is #22503C. Grayscale: #BFBFBF. Windows color (decimal): -2248765 or 12824541. OLE color: 12824541.
HSL color Cylindrical-coordinate representation of color #DDAFC3: hue angle of 333.91º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDAFC3 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 175 | 195 | - |
CMYK | 0 | 0.21 | 0.12 | 0.13 |
HSL | 333.91º | 0.4% | 0.78% | - |
HSV(B) | 333.91º | 0.21% | 0.87% | - |
XYZ | 55 | 49.97 | 58.38 | - |
YUV | 191.03 | 130.24 | 149.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 175 | 195 | 0 | 0.21 | 0.12 | 0.13 | 333.91 | 0.4 | 0.78 |
Hex | DD | AF | C3 | 0 | 15 | C | D | 14E | 28 | 4E |
Octal | 335 | 257 | 303 | 0 | 25 | 14 | 15 | 516 | 50 | 116 |
Binary | 11011101 | 10101111 | 11000011 | 0 | 10101 | 1100 | 1101 | 101001110 | 101000 | 1001110 |
Color Harmonies of #DDAFC3
Complementary color
Monochromatic Colors of #DDAFC3
Black with #DDAFC3
Text Example
Text Example
White with #DDAFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAFC3; }
p { color: rgb(221,175,195); }
H1.HeaderClassName
{
color: #DDAFC3;
}
.AnyTagClassName
{
color: #DDAFC3;
}
</style>
background-color css
<style>
a { background-color: #DDAFC3; }
a { background-color: rgb(221,175,195); }
div.DivClassName
{
background-color: #DDAFC3;
}
.BgClassName
{
background-color: #DDAFC3;
}
</style>
border-color css
<style>
span { border-color: #DDAFC3; }
span { border-color: rgb(221,175,195); }
td.TdClassName
{
border-color: #DDAFC3;
}
.TagClassName
{
border-color: #DDAFC3;
}
</style>