Shades of Romance #EDEAE3
Tints of Romance #EDEAE3
RGB
CMYK
RGB Variations
Color information
#EDEAE3 (or 0xEDEAE3) is known color: Romance. HEX triplet: ED, EA and E3. RGB value is (237,234,227). Sum of RGB (Red+Green+Blue) = 237+234+227=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 227 (89.06% from 255 or 32.52% from 698); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEAE3 is #12151C. Grayscale: #EAEAEA. Windows color (decimal): -1185053 or 14936813. OLE color: 14936813.
HSL color Cylindrical-coordinate representation of color #EDEAE3: hue angle of 42º degrees, saturation: 0.22, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDEAE3 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 234 | 227 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.07 |
| HSL | 42º | 0.22% | 0.91% | - |
| HSV(B) | 42º | 0.04% | 0.93% | - |
| XYZ | 78.21 | 82.4 | 84.45 | - |
| YUV | 234.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 227 | 0 | 0.01 | 0.04 | 0.07 | 42 | 0.22 | 0.91 |
| Hex | ED | EA | E3 | 0 | 1 | 4 | 7 | 2A | 16 | 5B |
| Octal | 355 | 352 | 343 | 0 | 1 | 4 | 7 | 52 | 26 | 133 |
| Binary | 11101101 | 11101010 | 11100011 | 0 | 1 | 100 | 111 | 101010 | 10110 | 1011011 |
Color Harmonies of #EDEAE3
Complementary color
Monochromatic Colors of #EDEAE3
Black with #EDEAE3
Text Example
Text Example
White with #EDEAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEAE3; }
p { color: rgb(237,234,227); }
H1.HeaderClassName
{
color: #EDEAE3;
}
.AnyTagClassName
{
color: #EDEAE3;
}
</style>
background-color css
<style>
a { background-color: #EDEAE3; }
a { background-color: rgb(237,234,227); }
div.DivClassName
{
background-color: #EDEAE3;
}
.BgClassName
{
background-color: #EDEAE3;
}
</style>
border-color css
<style>
span { border-color: #EDEAE3; }
span { border-color: rgb(237,234,227); }
td.TdClassName
{
border-color: #EDEAE3;
}
.TagClassName
{
border-color: #EDEAE3;
}
</style>