Shades of Alabaster #EFEEE3
Tints of Alabaster #EFEEE3
RGB
CMYK
RGB Variations
Color information
#EFEEE3 (or 0xEFEEE3) is known color: Alabaster. HEX triplet: EF, EE and E3. RGB value is (239,238,227). Sum of RGB (Red+Green+Blue) = 239+238+227=704 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.95% from 704); Green value is 238 (93.36% from 255 or 33.81% from 704); Blue value is 227 (89.06% from 255 or 32.24% from 704); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEEE3 is #10111C. Grayscale: #EDEDED. Windows color (decimal): -1052957 or 14937839. OLE color: 14937839.
HSL color Cylindrical-coordinate representation of color #EFEEE3: hue angle of 55º degrees, saturation: 0.27, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFEEE3 is Cyan = 0, Magento = 0.00, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 238 | 227 | - |
CMYK | 0 | 0.00 | 0.05 | 0.06 |
HSL | 55º | 0.27% | 0.91% | - |
HSV(B) | 55º | 0.05% | 0.94% | - |
XYZ | 80.04 | 85.05 | 84.87 | - |
YUV | 237.05 | 122.33 | 129.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 238 | 227 | 0 | 0.00 | 0.05 | 0.06 | 55 | 0.27 | 0.91 |
Hex | EF | EE | E3 | 0 | 0 | 5 | 6 | 37 | 1B | 5B |
Octal | 357 | 356 | 343 | 0 | 0 | 5 | 6 | 67 | 33 | 133 |
Binary | 11101111 | 11101110 | 11100011 | 0 | 0 | 101 | 110 | 110111 | 11011 | 1011011 |
Color Harmonies of #EFEEE3
Complementary color
Monochromatic Colors of #EFEEE3
Black with #EFEEE3
Text Example
Text Example
White with #EFEEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEEE3; }
p { color: rgb(239,238,227); }
H1.HeaderClassName
{
color: #EFEEE3;
}
.AnyTagClassName
{
color: #EFEEE3;
}
</style>
background-color css
<style>
a { background-color: #EFEEE3; }
a { background-color: rgb(239,238,227); }
div.DivClassName
{
background-color: #EFEEE3;
}
.BgClassName
{
background-color: #EFEEE3;
}
</style>
border-color css
<style>
span { border-color: #EFEEE3; }
span { border-color: rgb(239,238,227); }
td.TdClassName
{
border-color: #EFEEE3;
}
.TagClassName
{
border-color: #EFEEE3;
}
</style>