#EDECE8

Color #EDECE8 Alabaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alabaster #EDECE8

Tints of Alabaster #EDECE8

Color information

#EDECE8 (or 0xEDECE8) is unknown color: approx 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

RGB237236232-
CMYK00.000.020.07
HSL48º12.2%91.96%-
HSV(B)48º2.11%92.94%-
XYZ79.4983.8288.33-
YUV235.84125.83128.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 33.62%
GREEN value IS 236 (92.58% from 255) = 33.48%
BLUE value IS 232 (91.02% from 255) = 32.91%
R=33.62%
G=33.48%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723623200.000.020.074812.291.96
HexEDECE8002730c5c
Octal35535435000276014134
Binary111011011110110011101000001011111000011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>