Shades of Alabaster #EDECE8
Tints of Alabaster #EDECE8
RGB
CMYK
RGB Variations
Color information
#EDECE8 (or 0xEDECE8) is known color: Alabaster. HEX triplet: ED, EC and E8. RGB value is (237,236,232). Sum of RGB (Red+Green+Blue) = 237+236+232=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 236 (92.58% from 255 or 33.48% from 705); Blue value is 232 (91.02% from 255 or 32.91% from 705); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECE8 is #121317. Grayscale: #EBEBEB. Windows color (decimal): -1184536 or 15265005. OLE color: 15265005.
HSL color Cylindrical-coordinate representation of color #EDECE8: hue angle of 48º degrees, saturation: 0.12, 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 #EDECE8 is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 236 | 232 | - |
CMYK | 0 | 0.00 | 0.02 | 0.07 |
HSL | 48º | 0.12% | 0.92% | - |
HSV(B) | 48º | 0.02% | 0.93% | - |
XYZ | 79.49 | 83.82 | 88.33 | - |
YUV | 235.84 | 125.83 | 128.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 236 | 232 | 0 | 0.00 | 0.02 | 0.07 | 48 | 0.12 | 0.92 |
Hex | ED | EC | E8 | 0 | 0 | 2 | 7 | 30 | C | 5C |
Octal | 355 | 354 | 350 | 0 | 0 | 2 | 7 | 60 | 14 | 134 |
Binary | 11101101 | 11101100 | 11101000 | 0 | 0 | 10 | 111 | 110000 | 1100 | 1011100 |
Color Harmonies of #EDECE8
Complementary color
Monochromatic Colors of #EDECE8
Black with #EDECE8
Text Example
Text Example
White with #EDECE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDECE8; }
p { color: rgb(237,236,232); }
H1.HeaderClassName
{
color: #EDECE8;
}
.AnyTagClassName
{
color: #EDECE8;
}
</style>
background-color css
<style>
a { background-color: #EDECE8; }
a { background-color: rgb(237,236,232); }
div.DivClassName
{
background-color: #EDECE8;
}
.BgClassName
{
background-color: #EDECE8;
}
</style>
border-color css
<style>
span { border-color: #EDECE8; }
span { border-color: rgb(237,236,232); }
td.TdClassName
{
border-color: #EDECE8;
}
.TagClassName
{
border-color: #EDECE8;
}
</style>