Shades of Alabaster #EDECE5
Tints of Alabaster #EDECE5
RGB
CMYK
RGB Variations
Color information
#EDECE5 (or 0xEDECE5) is known color: Alabaster. HEX triplet: ED, EC and E5. RGB value is (237,236,229). Sum of RGB (Red+Green+Blue) = 237+236+229=702 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.76% from 702); Green value is 236 (92.58% from 255 or 33.62% from 702); Blue value is 229 (89.84% from 255 or 32.62% from 702); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECE5 is #12131A. Grayscale: #EBEBEB. Windows color (decimal): -1184539 or 15068397. OLE color: 15068397.
HSL color Cylindrical-coordinate representation of color #EDECE5: hue angle of 52.5º degrees, saturation: 0.18, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDECE5 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 236 | 229 | - |
CMYK | 0 | 0.00 | 0.03 | 0.07 |
HSL | 52.5º | 0.18% | 0.91% | - |
HSV(B) | 52.5º | 0.03% | 0.93% | - |
XYZ | 79.06 | 83.65 | 86.11 | - |
YUV | 235.5 | 124.33 | 129.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 236 | 229 | 0 | 0.00 | 0.03 | 0.07 | 52.5 | 0.18 | 0.91 |
Hex | ED | EC | E5 | 0 | 0 | 3 | 7 | 34 | 12 | 5B |
Octal | 355 | 354 | 345 | 0 | 0 | 3 | 7 | 64 | 22 | 133 |
Binary | 11101101 | 11101100 | 11100101 | 0 | 0 | 11 | 111 | 110100 | 10010 | 1011011 |
Color Harmonies of #EDECE5
Complementary color
Monochromatic Colors of #EDECE5
Black with #EDECE5
Text Example
Text Example
White with #EDECE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDECE5; }
p { color: rgb(237,236,229); }
H1.HeaderClassName
{
color: #EDECE5;
}
.AnyTagClassName
{
color: #EDECE5;
}
</style>
background-color css
<style>
a { background-color: #EDECE5; }
a { background-color: rgb(237,236,229); }
div.DivClassName
{
background-color: #EDECE5;
}
.BgClassName
{
background-color: #EDECE5;
}
</style>
border-color css
<style>
span { border-color: #EDECE5; }
span { border-color: rgb(237,236,229); }
td.TdClassName
{
border-color: #EDECE5;
}
.TagClassName
{
border-color: #EDECE5;
}
</style>