Shades of Alabaster #EEECE5
Tints of Alabaster #EEECE5
RGB
CMYK
RGB Variations
Color information
#EEECE5 (or 0xEEECE5) is known color: Alabaster. HEX triplet: EE, EC and E5. RGB value is (238,236,229). Sum of RGB (Red+Green+Blue) = 238+236+229=703 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.85% from 703); Green value is 236 (92.58% from 255 or 33.57% from 703); Blue value is 229 (89.84% from 255 or 32.57% from 703); Max value from RGB is 238 - color contains mainly: red. Hex color #EEECE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEECE5 is #11131A. Grayscale: #EBEBEB. Windows color (decimal): -1119003 or 15068398. OLE color: 15068398.
HSL color Cylindrical-coordinate representation of color #EEECE5: hue angle of 46.67º degrees, saturation: 0.21, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EEECE5 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 236 | 229 | - |
CMYK | 0 | 0.01 | 0.04 | 0.07 |
HSL | 46.67º | 0.21% | 0.92% | - |
HSV(B) | 46.67º | 0.04% | 0.93% | - |
XYZ | 79.4 | 83.83 | 86.12 | - |
YUV | 235.8 | 124.16 | 129.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 236 | 229 | 0 | 0.01 | 0.04 | 0.07 | 46.67 | 0.21 | 0.92 |
Hex | EE | EC | E5 | 0 | 1 | 4 | 7 | 2F | 15 | 5C |
Octal | 356 | 354 | 345 | 0 | 1 | 4 | 7 | 57 | 25 | 134 |
Binary | 11101110 | 11101100 | 11100101 | 0 | 1 | 100 | 111 | 101111 | 10101 | 1011100 |
Color Harmonies of #EEECE5
Complementary color
Monochromatic Colors of #EEECE5
Black with #EEECE5
Text Example
Text Example
White with #EEECE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEECE5; }
p { color: rgb(238,236,229); }
H1.HeaderClassName
{
color: #EEECE5;
}
.AnyTagClassName
{
color: #EEECE5;
}
</style>
background-color css
<style>
a { background-color: #EEECE5; }
a { background-color: rgb(238,236,229); }
div.DivClassName
{
background-color: #EEECE5;
}
.BgClassName
{
background-color: #EEECE5;
}
</style>
border-color css
<style>
span { border-color: #EEECE5; }
span { border-color: rgb(238,236,229); }
td.TdClassName
{
border-color: #EEECE5;
}
.TagClassName
{
border-color: #EEECE5;
}
</style>