Shades of Romance #EEEDEB
Tints of Romance #EEEDEB
RGB
CMYK
RGB Variations
Color information
#EEEDEB (or 0xEEEDEB) is known color: Romance. HEX triplet: EE, ED and EB. RGB value is (238,237,235). Sum of RGB (Red+Green+Blue) = 238+237+235=710 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.52% from 710); Green value is 237 (92.97% from 255 or 33.38% from 710); Blue value is 235 (92.19% from 255 or 33.10% from 710); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEDEB is #111214. Grayscale: #EDEDED. Windows color (decimal): -1118741 or 15461870. OLE color: 15461870.
HSL color Cylindrical-coordinate representation of color #EEEDEB: hue angle of 40º degrees, saturation: 0.08, 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 #EEEDEB is Cyan = 0, Magento = 0.00, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 237 | 235 | - |
CMYK | 0 | 0.00 | 0.01 | 0.07 |
HSL | 40º | 0.08% | 0.93% | - |
HSV(B) | 40º | 0.01% | 0.93% | - |
XYZ | 80.54 | 84.74 | 90.71 | - |
YUV | 237.07 | 126.83 | 128.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 237 | 235 | 0 | 0.00 | 0.01 | 0.07 | 40 | 0.08 | 0.93 |
Hex | EE | ED | EB | 0 | 0 | 1 | 7 | 28 | 8 | 5D |
Octal | 356 | 355 | 353 | 0 | 0 | 1 | 7 | 50 | 10 | 135 |
Binary | 11101110 | 11101101 | 11101011 | 0 | 0 | 1 | 111 | 101000 | 1000 | 1011101 |
Color Harmonies of #EEEDEB
Complementary color
Monochromatic Colors of #EEEDEB
Black with #EEEDEB
Text Example
Text Example
White with #EEEDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEDEB; }
p { color: rgb(238,237,235); }
H1.HeaderClassName
{
color: #EEEDEB;
}
.AnyTagClassName
{
color: #EEEDEB;
}
</style>
background-color css
<style>
a { background-color: #EEEDEB; }
a { background-color: rgb(238,237,235); }
div.DivClassName
{
background-color: #EEEDEB;
}
.BgClassName
{
background-color: #EEEDEB;
}
</style>
border-color css
<style>
span { border-color: #EEEDEB; }
span { border-color: rgb(238,237,235); }
td.TdClassName
{
border-color: #EEEDEB;
}
.TagClassName
{
border-color: #EEEDEB;
}
</style>