Shades of Melanie #DDAEC1
Tints of Melanie #DDAEC1
RGB
CMYK
RGB Variations
Color information
#DDAEC1 (or 0xDDAEC1) is known color: Melanie. HEX triplet: DD, AE and C1. RGB value is (221,174,193). Sum of RGB (Red+Green+Blue) = 221+174+193=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEC1 is #22513E. Grayscale: #BEBEBE. Windows color (decimal): -2249023 or 12693213. OLE color: 12693213.
HSL color Cylindrical-coordinate representation of color #DDAEC1: hue angle of 335.74º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDAEC1 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 174 | 193 | - |
CMYK | 0 | 0.21 | 0.13 | 0.13 |
HSL | 335.74º | 0.41% | 0.77% | - |
HSV(B) | 335.74º | 0.21% | 0.87% | - |
XYZ | 54.58 | 49.49 | 57.13 | - |
YUV | 190.22 | 129.57 | 149.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 174 | 193 | 0 | 0.21 | 0.13 | 0.13 | 335.74 | 0.41 | 0.77 |
Hex | DD | AE | C1 | 0 | 15 | D | D | 150 | 29 | 4D |
Octal | 335 | 256 | 301 | 0 | 25 | 15 | 15 | 520 | 51 | 115 |
Binary | 11011101 | 10101110 | 11000001 | 0 | 10101 | 1101 | 1101 | 101010000 | 101001 | 1001101 |
Color Harmonies of #DDAEC1
Complementary color
Monochromatic Colors of #DDAEC1
Black with #DDAEC1
Text Example
Text Example
White with #DDAEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAEC1; }
p { color: rgb(221,174,193); }
H1.HeaderClassName
{
color: #DDAEC1;
}
.AnyTagClassName
{
color: #DDAEC1;
}
</style>
background-color css
<style>
a { background-color: #DDAEC1; }
a { background-color: rgb(221,174,193); }
div.DivClassName
{
background-color: #DDAEC1;
}
.BgClassName
{
background-color: #DDAEC1;
}
</style>
border-color css
<style>
span { border-color: #DDAEC1; }
span { border-color: rgb(221,174,193); }
td.TdClassName
{
border-color: #DDAEC1;
}
.TagClassName
{
border-color: #DDAEC1;
}
</style>