Shades of Alabaster #ECEBE7
Tints of Alabaster #ECEBE7
RGB
CMYK
RGB Variations
Color information
#ECEBE7 (or 0xECEBE7) is known color: Alabaster. HEX triplet: EC, EB and E7. RGB value is (236,235,231). Sum of RGB (Red+Green+Blue) = 236+235+231=702 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.62% from 702); Green value is 235 (92.19% from 255 or 33.48% from 702); Blue value is 231 (90.62% from 255 or 32.91% from 702); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEBE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEBE7 is #131418. Grayscale: #EAEAEA. Windows color (decimal): -1250329 or 15199212. OLE color: 15199212.
HSL color Cylindrical-coordinate representation of color #ECEBE7: 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 #ECEBE7 is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 235 | 231 | - |
CMYK | 0 | 0.00 | 0.02 | 0.07 |
HSL | 48º | 0.12% | 0.92% | - |
HSV(B) | 48º | 0.02% | 0.93% | - |
XYZ | 78.72 | 83.02 | 87.48 | - |
YUV | 234.84 | 125.83 | 128.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 235 | 231 | 0 | 0.00 | 0.02 | 0.07 | 48 | 0.12 | 0.92 |
Hex | EC | EB | E7 | 0 | 0 | 2 | 7 | 30 | C | 5C |
Octal | 354 | 353 | 347 | 0 | 0 | 2 | 7 | 60 | 14 | 134 |
Binary | 11101100 | 11101011 | 11100111 | 0 | 0 | 10 | 111 | 110000 | 1100 | 1011100 |
Color Harmonies of #ECEBE7
Complementary color
Monochromatic Colors of #ECEBE7
Black with #ECEBE7
Text Example
Text Example
White with #ECEBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEBE7; }
p { color: rgb(236,235,231); }
H1.HeaderClassName
{
color: #ECEBE7;
}
.AnyTagClassName
{
color: #ECEBE7;
}
</style>
background-color css
<style>
a { background-color: #ECEBE7; }
a { background-color: rgb(236,235,231); }
div.DivClassName
{
background-color: #ECEBE7;
}
.BgClassName
{
background-color: #ECEBE7;
}
</style>
border-color css
<style>
span { border-color: #ECEBE7; }
span { border-color: rgb(236,235,231); }
td.TdClassName
{
border-color: #ECEBE7;
}
.TagClassName
{
border-color: #ECEBE7;
}
</style>