Shades of Amour #EDDEE4
Tints of Amour #EDDEE4
RGB
CMYK
RGB Variations
Color information
#EDDEE4 (or 0xEDDEE4) is known color: Amour. HEX triplet: ED, DE and E4. RGB value is (237,222,228). Sum of RGB (Red+Green+Blue) = 237+222+228=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 222 (87.11% from 255 or 32.31% from 687); Blue value is 228 (89.45% from 255 or 33.19% from 687); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDEE4 is #12211B. Grayscale: #E3E3E3. Windows color (decimal): -1188124 or 14999277. OLE color: 14999277.
HSL color Cylindrical-coordinate representation of color #EDDEE4: hue angle of 336º degrees, saturation: 0.29, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDDEE4 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 222 | 228 | - |
CMYK | 0 | 0.06 | 0.04 | 0.07 |
HSL | 336º | 0.29% | 0.9% | - |
HSV(B) | 336º | 0.06% | 0.93% | - |
XYZ | 75.05 | 75.85 | 84.08 | - |
YUV | 227.17 | 128.47 | 135.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 222 | 228 | 0 | 0.06 | 0.04 | 0.07 | 336 | 0.29 | 0.9 |
Hex | ED | DE | E4 | 0 | 6 | 4 | 7 | 150 | 1D | 5A |
Octal | 355 | 336 | 344 | 0 | 6 | 4 | 7 | 520 | 35 | 132 |
Binary | 11101101 | 11011110 | 11100100 | 0 | 110 | 100 | 111 | 101010000 | 11101 | 1011010 |
Color Harmonies of #EDDEE4
Complementary color
Monochromatic Colors of #EDDEE4
Black with #EDDEE4
Text Example
Text Example
White with #EDDEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDEE4; }
p { color: rgb(237,222,228); }
H1.HeaderClassName
{
color: #EDDEE4;
}
.AnyTagClassName
{
color: #EDDEE4;
}
</style>
background-color css
<style>
a { background-color: #EDDEE4; }
a { background-color: rgb(237,222,228); }
div.DivClassName
{
background-color: #EDDEE4;
}
.BgClassName
{
background-color: #EDDEE4;
}
</style>
border-color css
<style>
span { border-color: #EDDEE4; }
span { border-color: rgb(237,222,228); }
td.TdClassName
{
border-color: #EDDEE4;
}
.TagClassName
{
border-color: #EDDEE4;
}
</style>