Shades of Amour #EDEBEC
Tints of Amour #EDEBEC
RGB
CMYK
RGB Variations
Color information
#EDEBEC (or 0xEDEBEC) is known color: Amour. HEX triplet: ED, EB and EC. RGB value is (237,235,236). Sum of RGB (Red+Green+Blue) = 237+235+236=708 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.47% from 708); Green value is 235 (92.19% from 255 or 33.19% from 708); Blue value is 236 (92.58% from 255 or 33.33% from 708); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEBEC is #121413. Grayscale: #EBEBEB. Windows color (decimal): -1184788 or 15526893. OLE color: 15526893.
HSL color Cylindrical-coordinate representation of color #EDEBEC: hue angle of 330º degrees, saturation: 0.05, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EDEBEC is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 235 | 236 | - |
CMYK | 0 | 0.01 | 0.00 | 0.07 |
HSL | 330º | 0.05% | 0.93% | - |
HSV(B) | 330º | 0.01% | 0.93% | - |
XYZ | 79.77 | 83.48 | 91.27 | - |
YUV | 235.71 | 128.16 | 128.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 235 | 236 | 0 | 0.01 | 0.00 | 0.07 | 330 | 0.05 | 0.93 |
Hex | ED | EB | EC | 0 | 1 | 0 | 7 | 14A | 5 | 5D |
Octal | 355 | 353 | 354 | 0 | 1 | 0 | 7 | 512 | 5 | 135 |
Binary | 11101101 | 11101011 | 11101100 | 0 | 1 | 0 | 111 | 101001010 | 101 | 1011101 |
Color Harmonies of #EDEBEC
Complementary color
Monochromatic Colors of #EDEBEC
Black with #EDEBEC
Text Example
Text Example
White with #EDEBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEBEC; }
p { color: rgb(237,235,236); }
H1.HeaderClassName
{
color: #EDEBEC;
}
.AnyTagClassName
{
color: #EDEBEC;
}
</style>
background-color css
<style>
a { background-color: #EDEBEC; }
a { background-color: rgb(237,235,236); }
div.DivClassName
{
background-color: #EDEBEC;
}
.BgClassName
{
background-color: #EDEBEC;
}
</style>
border-color css
<style>
span { border-color: #EDEBEC; }
span { border-color: rgb(237,235,236); }
td.TdClassName
{
border-color: #EDEBEC;
}
.TagClassName
{
border-color: #EDEBEC;
}
</style>