#EEEDE4

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

Shades of Alabaster #EEEDE4

Tints of Alabaster #EEEDE4

Color information

#EEEDE4 (or 0xEEEDE4) is unknown color: approx Alabaster. HEX triplet: EE, ED and E4. RGB value is (238,237,228). Sum of RGB (Red+Green+Blue) = 238+237+228=703 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.85% from 703); Green value is 237 (92.97% from 255 or 33.71% from 703); Blue value is 228 (89.45% from 255 or 32.43% from 703); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEDE4 is #11121B. Grayscale: #ECECEC. Windows color (decimal): -1118748 or 15003118. OLE color: 15003118.

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

Color convert

RGB238237228-
CMYK00.000.040.07
HSL54º22.73%91.37%-
HSV(B)54º4.2%93.33%-
XYZ79.5584.3585.49-
YUV236.27123.33129.23-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.85%
GREEN value IS 237 (92.97% from 255) = 33.71%
BLUE value IS 228 (89.45% from 255) = 32.43%
R=33.85%
G=33.71%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823722800.000.040.075422.7391.37
HexEEEDE4004736175b
Octal35635534400476627133
Binary11101110111011011110010000100111110110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEDE4; }

 p { color: rgb(238,237,228); }

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

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

 a { background-color: rgb(238,237,228); }

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

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

 span { border-color: rgb(238,237,228); }

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