Shades of Amour #EDDEE2
Tints of Amour #EDDEE2
RGB
CMYK
RGB Variations
Color information
#EDDEE2 (or 0xEDDEE2) is known color: Amour. HEX triplet: ED, DE and E2. RGB value is (237,222,226). Sum of RGB (Red+Green+Blue) = 237+222+226=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 222 (87.11% from 255 or 32.41% from 685); Blue value is 226 (88.67% from 255 or 32.99% from 685); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDEE2 is #12211D. Grayscale: #E2E2E2. Windows color (decimal): -1188126 or 14868205. OLE color: 14868205.
HSL color Cylindrical-coordinate representation of color #EDDEE2: hue angle of 344º 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 #EDDEE2 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 222 | 226 | - |
CMYK | 0 | 0.06 | 0.05 | 0.07 |
HSL | 344º | 0.29% | 0.9% | - |
HSV(B) | 344º | 0.06% | 0.93% | - |
XYZ | 74.77 | 75.74 | 82.63 | - |
YUV | 226.94 | 127.47 | 135.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 222 | 226 | 0 | 0.06 | 0.05 | 0.07 | 344 | 0.29 | 0.9 |
Hex | ED | DE | E2 | 0 | 6 | 5 | 7 | 158 | 1D | 5A |
Octal | 355 | 336 | 342 | 0 | 6 | 5 | 7 | 530 | 35 | 132 |
Binary | 11101101 | 11011110 | 11100010 | 0 | 110 | 101 | 111 | 101011000 | 11101 | 1011010 |
Color Harmonies of #EDDEE2
Complementary color
Monochromatic Colors of #EDDEE2
Black with #EDDEE2
Text Example
Text Example
White with #EDDEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDEE2; }
p { color: rgb(237,222,226); }
H1.HeaderClassName
{
color: #EDDEE2;
}
.AnyTagClassName
{
color: #EDDEE2;
}
</style>
background-color css
<style>
a { background-color: #EDDEE2; }
a { background-color: rgb(237,222,226); }
div.DivClassName
{
background-color: #EDDEE2;
}
.BgClassName
{
background-color: #EDDEE2;
}
</style>
border-color css
<style>
span { border-color: #EDDEE2; }
span { border-color: rgb(237,222,226); }
td.TdClassName
{
border-color: #EDDEE2;
}
.TagClassName
{
border-color: #EDDEE2;
}
</style>