Shades of Amour #EEDFE6
Tints of Amour #EEDFE6
RGB
CMYK
RGB Variations
Color information
#EEDFE6 (or 0xEEDFE6) is known color: Amour. HEX triplet: EE, DF and E6. RGB value is (238,223,230). Sum of RGB (Red+Green+Blue) = 238+223+230=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 223 (87.5% from 255 or 32.27% from 691); Blue value is 230 (90.23% from 255 or 33.29% from 691); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDFE6 is #112019. Grayscale: #E4E4E4. Windows color (decimal): -1122330 or 15130606. OLE color: 15130606.
HSL color Cylindrical-coordinate representation of color #EEDFE6: hue angle of 332º degrees, saturation: 0.31, 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 #EEDFE6 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 223 | 230 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.07 |
| HSL | 332º | 0.31% | 0.9% | - |
| HSV(B) | 332º | 0.06% | 0.93% | - |
| XYZ | 75.93 | 76.67 | 85.66 | - |
| YUV | 228.28 | 128.97 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 223 | 230 | 0 | 0.06 | 0.03 | 0.07 | 332 | 0.31 | 0.9 |
| Hex | EE | DF | E6 | 0 | 6 | 3 | 7 | 14C | 1F | 5A |
| Octal | 356 | 337 | 346 | 0 | 6 | 3 | 7 | 514 | 37 | 132 |
| Binary | 11101110 | 11011111 | 11100110 | 0 | 110 | 11 | 111 | 101001100 | 11111 | 1011010 |
Color Harmonies of #EEDFE6
Complementary color
Monochromatic Colors of #EEDFE6
Black with #EEDFE6
Text Example
Text Example
White with #EEDFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDFE6; }
p { color: rgb(238,223,230); }
H1.HeaderClassName
{
color: #EEDFE6;
}
.AnyTagClassName
{
color: #EEDFE6;
}
</style>
background-color css
<style>
a { background-color: #EEDFE6; }
a { background-color: rgb(238,223,230); }
div.DivClassName
{
background-color: #EEDFE6;
}
.BgClassName
{
background-color: #EEDFE6;
}
</style>
border-color css
<style>
span { border-color: #EEDFE6; }
span { border-color: rgb(238,223,230); }
td.TdClassName
{
border-color: #EEDFE6;
}
.TagClassName
{
border-color: #EEDFE6;
}
</style>