#EEEDE8

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

Shades of Alabaster #EEEDE8

Tints of Alabaster #EEEDE8

Color information

#EEEDE8 (or 0xEEEDE8) is unknown color: approx Alabaster. HEX triplet: EE, ED and E8. RGB value is (238,237,232). Sum of RGB (Red+Green+Blue) = 238+237+232=707 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.66% from 707); Green value is 237 (92.97% from 255 or 33.52% from 707); Blue value is 232 (91.02% from 255 or 32.81% from 707); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEDE8 is #111217. Grayscale: #ECECEC. Windows color (decimal): -1118744 or 15265262. OLE color: 15265262.

HSL color Cylindrical-coordinate representation of color #EEEDE8: hue angle of 50º degrees, saturation: 0.15, 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 #EEEDE8 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB238237232-
CMYK00.000.030.07
HSL50º15%92.16%-
HSV(B)50º2.52%93.33%-
XYZ80.1184.5788.45-
YUV236.73125.33128.91-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.66%
GREEN value IS 237 (92.97% from 255) = 33.52%
BLUE value IS 232 (91.02% 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
Decimal23823723200.000.030.07501592.16
HexEEEDE8003732f5c
Octal35635535000376217134
Binary111011101110110111101000001111111001011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEDE8; }

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

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

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

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

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

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

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

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