Shades of Alabaster #EFEEE7
Tints of Alabaster #EFEEE7
RGB
CMYK
RGB Variations
Color information
#EFEEE7 (or 0xEFEEE7) is known color: Alabaster. HEX triplet: EF, EE and E7. RGB value is (239,238,231). Sum of RGB (Red+Green+Blue) = 239+238+231=708 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.76% from 708); Green value is 238 (93.36% from 255 or 33.62% from 708); Blue value is 231 (90.62% from 255 or 32.63% from 708); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEEE7 is #101118. Grayscale: #EDEDED. Windows color (decimal): -1052953 or 15199983. OLE color: 15199983.
HSL color Cylindrical-coordinate representation of color #EFEEE7: hue angle of 52.5º degrees, saturation: 0.2, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFEEE7 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 238 | 231 | - |
CMYK | 0 | 0.00 | 0.03 | 0.06 |
HSL | 52.5º | 0.2% | 0.92% | - |
HSV(B) | 52.5º | 0.03% | 0.94% | - |
XYZ | 80.59 | 85.27 | 87.81 | - |
YUV | 237.5 | 124.33 | 129.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 238 | 231 | 0 | 0.00 | 0.03 | 0.06 | 52.5 | 0.2 | 0.92 |
Hex | EF | EE | E7 | 0 | 0 | 3 | 6 | 34 | 14 | 5C |
Octal | 357 | 356 | 347 | 0 | 0 | 3 | 6 | 64 | 24 | 134 |
Binary | 11101111 | 11101110 | 11100111 | 0 | 0 | 11 | 110 | 110100 | 10100 | 1011100 |
Color Harmonies of #EFEEE7
Complementary color
Monochromatic Colors of #EFEEE7
Black with #EFEEE7
Text Example
Text Example
White with #EFEEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEEE7; }
p { color: rgb(239,238,231); }
H1.HeaderClassName
{
color: #EFEEE7;
}
.AnyTagClassName
{
color: #EFEEE7;
}
</style>
background-color css
<style>
a { background-color: #EFEEE7; }
a { background-color: rgb(239,238,231); }
div.DivClassName
{
background-color: #EFEEE7;
}
.BgClassName
{
background-color: #EFEEE7;
}
</style>
border-color css
<style>
span { border-color: #EFEEE7; }
span { border-color: rgb(239,238,231); }
td.TdClassName
{
border-color: #EFEEE7;
}
.TagClassName
{
border-color: #EFEEE7;
}
</style>