Shades of Alabaster #ECEBE5
Tints of Alabaster #ECEBE5
RGB
CMYK
RGB Variations
Color information
#ECEBE5 (or 0xECEBE5) is known color: Alabaster. HEX triplet: EC, EB and E5. RGB value is (236,235,229). Sum of RGB (Red+Green+Blue) = 236+235+229=700 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.71% from 700); Green value is 235 (92.19% from 255 or 33.57% from 700); Blue value is 229 (89.84% from 255 or 32.71% from 700); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEBE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEBE5 is #13141A. Grayscale: #EAEAEA. Windows color (decimal): -1250331 or 15068140. OLE color: 15068140.
HSL color Cylindrical-coordinate representation of color #ECEBE5: hue angle of 51.43º degrees, saturation: 0.16, 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 #ECEBE5 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 235 | 229 | - |
CMYK | 0 | 0.00 | 0.03 | 0.07 |
HSL | 51.43º | 0.16% | 0.91% | - |
HSV(B) | 51.43º | 0.03% | 0.93% | - |
XYZ | 78.44 | 82.91 | 86 | - |
YUV | 234.62 | 124.83 | 128.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 235 | 229 | 0 | 0.00 | 0.03 | 0.07 | 51.43 | 0.16 | 0.91 |
Hex | EC | EB | E5 | 0 | 0 | 3 | 7 | 33 | 10 | 5B |
Octal | 354 | 353 | 345 | 0 | 0 | 3 | 7 | 63 | 20 | 133 |
Binary | 11101100 | 11101011 | 11100101 | 0 | 0 | 11 | 111 | 110011 | 10000 | 1011011 |
Color Harmonies of #ECEBE5
Complementary color
Monochromatic Colors of #ECEBE5
Black with #ECEBE5
Text Example
Text Example
White with #ECEBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEBE5; }
p { color: rgb(236,235,229); }
H1.HeaderClassName
{
color: #ECEBE5;
}
.AnyTagClassName
{
color: #ECEBE5;
}
</style>
background-color css
<style>
a { background-color: #ECEBE5; }
a { background-color: rgb(236,235,229); }
div.DivClassName
{
background-color: #ECEBE5;
}
.BgClassName
{
background-color: #ECEBE5;
}
</style>
border-color css
<style>
span { border-color: #ECEBE5; }
span { border-color: rgb(236,235,229); }
td.TdClassName
{
border-color: #ECEBE5;
}
.TagClassName
{
border-color: #ECEBE5;
}
</style>