#EDECE5

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

Shades of Alabaster #EDECE5

Tints of Alabaster #EDECE5

Color information

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

RGB237236229-
CMYK00.000.030.07
HSL52.5º18.18%91.37%-
HSV(B)52.5º3.38%92.94%-
XYZ79.0683.6586.11-
YUV235.5124.33129.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.76%
GREEN value IS 236 (92.58% from 255) = 33.62%
BLUE value IS 229 (89.84% from 255) = 32.62%
R=33.76%
G=33.62%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723622900.000.030.0752.518.1891.37
HexEDECE5003734125b
Octal35535434500376422133
Binary1110110111101100111001010011111110100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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