#EEEDE5

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

Shades of Alabaster #EEEDE5

Tints of Alabaster #EEEDE5

Color information

#EEEDE5 (or 0xEEEDE5) is unknown color: approx Alabaster. HEX triplet: EE, ED and E5. RGB value is (238,237,229). Sum of RGB (Red+Green+Blue) = 238+237+229=704 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.81% from 704); Green value is 237 (92.97% from 255 or 33.66% from 704); Blue value is 229 (89.84% from 255 or 32.53% from 704); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEDE5 is #11121A. Grayscale: #ECECEC. Windows color (decimal): -1118747 or 15068654. OLE color: 15068654.

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

Color convert

RGB238237229-
CMYK00.000.040.07
HSL53.33º20.93%91.57%-
HSV(B)53.33º3.78%93.33%-
XYZ79.6984.486.22-
YUV236.39123.83129.15-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.81%
GREEN value IS 237 (92.97% from 255) = 33.66%
BLUE value IS 229 (89.84% from 255) = 32.53%
R=33.81%
G=33.66%
B=32.53%

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
Decimal23823722900.000.040.0753.3320.9391.57
HexEEEDE5004735155c
Octal35635534500476525134
Binary11101110111011011110010100100111110101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEDE5; }

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

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

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

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

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

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

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

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