#EEEDE7

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

Shades of Alabaster #EEEDE7

Tints of Alabaster #EEEDE7

Color information

#EEEDE7 (or 0xEEEDE7) is unknown color: approx Alabaster. HEX triplet: EE, ED and E7. RGB value is (238,237,231). Sum of RGB (Red+Green+Blue) = 238+237+231=706 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.71% from 706); Green value is 237 (92.97% from 255 or 33.57% from 706); Blue value is 231 (90.62% from 255 or 32.72% from 706); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEDE7 is #111218. Grayscale: #ECECEC. Windows color (decimal): -1118745 or 15199726. OLE color: 15199726.

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

Color convert

RGB238237231-
CMYK00.000.030.07
HSL51.43º17.07%91.96%-
HSV(B)51.43º2.94%93.33%-
XYZ79.9784.5287.7-
YUV236.62124.83128.99-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.71%
GREEN value IS 237 (92.97% from 255) = 33.57%
BLUE value IS 231 (90.62% from 255) = 32.72%
R=33.71%
G=33.57%
B=32.72%

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
Decimal23823723100.000.030.0751.4317.0791.96
HexEEEDE7003733115c
Octal35635534700376321134
Binary1110111011101101111001110011111110011100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEDE7; }

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

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

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

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

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

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

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

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