#EDECE7

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

Shades of Alabaster #EDECE7

Tints of Alabaster #EDECE7

Color information

#EDECE7 (or 0xEDECE7) is unknown color: approx Alabaster. HEX triplet: ED, EC and E7. RGB value is (237,236,231). Sum of RGB (Red+Green+Blue) = 237+236+231=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 236 (92.58% from 255 or 33.52% from 704); Blue value is 231 (90.62% from 255 or 32.81% from 704); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECE7 is #121318. Grayscale: #EBEBEB. Windows color (decimal): -1184537 or 15199469. OLE color: 15199469.

HSL color Cylindrical-coordinate representation of color #EDECE7: hue angle of 50º degrees, saturation: 0.14, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDECE7 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB237236231-
CMYK00.000.030.07
HSL50º14.29%91.76%-
HSV(B)50º2.53%92.94%-
XYZ79.3483.7687.59-
YUV235.73125.33128.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.66%
GREEN value IS 236 (92.58% from 255) = 33.52%
BLUE value IS 231 (90.62% from 255) = 32.81%
R=33.66%
G=33.52%
B=32.81%

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
Decimal23723623100.000.030.075014.2991.76
HexEDECE7003732e5c
Octal35535434700376216134
Binary111011011110110011100111001111111001011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECE7; }

 p { color: rgb(237,236,231); }

 H1.HeaderClassName
 {
   color: #EDECE7;
 }
 .AnyTagClassName
 {
   color: #EDECE7;
 }
</style>
background-color css

<style>
 a { background-color: #EDECE7; }

 a { background-color: rgb(237,236,231); }

 div.DivClassName
 {
   background-color: #EDECE7;
 }
 .BgClassName
 {
   background-color: #EDECE7;
 }
</style>
border-color css

<style>
 span { border-color: #EDECE7; }

 span { border-color: rgb(237,236,231); }

 td.TdClassName
 {
   border-color: #EDECE7;
 }
 .TagClassName
 {
   border-color: #EDECE7;
 }
</style>