Shades of Alabaster #EFEEE6
Tints of Alabaster #EFEEE6
RGB
CMYK
RGB Variations
Color information
#EFEEE6 (or 0xEFEEE6) is known color: Alabaster. HEX triplet: EF, EE and E6. RGB value is (239,238,230). Sum of RGB (Red+Green+Blue) = 239+238+230=707 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.80% from 707); Green value is 238 (93.36% from 255 or 33.66% from 707); Blue value is 230 (90.23% from 255 or 32.53% from 707); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEEE6 is #101119. Grayscale: #EDEDED. Windows color (decimal): -1052954 or 15134447. OLE color: 15134447.
HSL color Cylindrical-coordinate representation of color #EFEEE6: hue angle of 53.33º degrees, saturation: 0.22, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFEEE6 is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 230 | - |
| CMYK | 0 | 0.00 | 0.04 | 0.06 |
| HSL | 53.33º | 0.22% | 0.92% | - |
| HSV(B) | 53.33º | 0.04% | 0.94% | - |
| XYZ | 80.45 | 85.21 | 87.07 | - |
| YUV | 237.39 | 123.83 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 230 | 0 | 0.00 | 0.04 | 0.06 | 53.33 | 0.22 | 0.92 |
| Hex | EF | EE | E6 | 0 | 0 | 4 | 6 | 35 | 16 | 5C |
| Octal | 357 | 356 | 346 | 0 | 0 | 4 | 6 | 65 | 26 | 134 |
| Binary | 11101111 | 11101110 | 11100110 | 0 | 0 | 100 | 110 | 110101 | 10110 | 1011100 |
Color Harmonies of #EFEEE6
Complementary color
Monochromatic Colors of #EFEEE6
Black with #EFEEE6
Text Example
Text Example
White with #EFEEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEEE6; }
p { color: rgb(239,238,230); }
H1.HeaderClassName
{
color: #EFEEE6;
}
.AnyTagClassName
{
color: #EFEEE6;
}
</style>
background-color css
<style>
a { background-color: #EFEEE6; }
a { background-color: rgb(239,238,230); }
div.DivClassName
{
background-color: #EFEEE6;
}
.BgClassName
{
background-color: #EFEEE6;
}
</style>
border-color css
<style>
span { border-color: #EFEEE6; }
span { border-color: rgb(239,238,230); }
td.TdClassName
{
border-color: #EFEEE6;
}
.TagClassName
{
border-color: #EFEEE6;
}
</style>