Shades of Alabaster #EEEDE9
Tints of Alabaster #EEEDE9
RGB
CMYK
RGB Variations
Color information
#EEEDE9 (or 0xEEEDE9) is known color: Alabaster. HEX triplet: EE, ED and E9. RGB value is (238,237,233). Sum of RGB (Red+Green+Blue) = 238+237+233=708 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.62% from 708); Green value is 237 (92.97% from 255 or 33.47% from 708); Blue value is 233 (91.41% from 255 or 32.91% from 708); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEDE9 is #111216. Grayscale: #ECECEC. Windows color (decimal): -1118743 or 15330798. OLE color: 15330798.
HSL color Cylindrical-coordinate representation of color #EEEDE9: hue angle of 48º degrees, saturation: 0.13, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EEEDE9 is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 237 | 233 | - |
CMYK | 0 | 0.00 | 0.02 | 0.07 |
HSL | 48º | 0.13% | 0.92% | - |
HSV(B) | 48º | 0.02% | 0.93% | - |
XYZ | 80.25 | 84.63 | 89.2 | - |
YUV | 236.84 | 125.83 | 128.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 237 | 233 | 0 | 0.00 | 0.02 | 0.07 | 48 | 0.13 | 0.92 |
Hex | EE | ED | E9 | 0 | 0 | 2 | 7 | 30 | D | 5C |
Octal | 356 | 355 | 351 | 0 | 0 | 2 | 7 | 60 | 15 | 134 |
Binary | 11101110 | 11101101 | 11101001 | 0 | 0 | 10 | 111 | 110000 | 1101 | 1011100 |
Color Harmonies of #EEEDE9
Complementary color
Monochromatic Colors of #EEEDE9
Black with #EEEDE9
Text Example
Text Example
White with #EEEDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEDE9; }
p { color: rgb(238,237,233); }
H1.HeaderClassName
{
color: #EEEDE9;
}
.AnyTagClassName
{
color: #EEEDE9;
}
</style>
background-color css
<style>
a { background-color: #EEEDE9; }
a { background-color: rgb(238,237,233); }
div.DivClassName
{
background-color: #EEEDE9;
}
.BgClassName
{
background-color: #EEEDE9;
}
</style>
border-color css
<style>
span { border-color: #EEEDE9; }
span { border-color: rgb(238,237,233); }
td.TdClassName
{
border-color: #EEEDE9;
}
.TagClassName
{
border-color: #EEEDE9;
}
</style>