#EFEEE9

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

Shades of Alabaster #EFEEE9

Tints of Alabaster #EFEEE9

Color information

#EFEEE9 (or 0xEFEEE9) is unknown color: approx Alabaster. HEX triplet: EF, EE and E9. RGB value is (239,238,233). Sum of RGB (Red+Green+Blue) = 239+238+233=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 238 (93.36% from 255 or 33.52% from 710); Blue value is 233 (91.41% from 255 or 32.82% from 710); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEEE9 is #101116. Grayscale: #EDEDED. Windows color (decimal): -1052951 or 15331055. OLE color: 15331055.

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

Color convert

RGB239238233-
CMYK00.000.030.06
HSL50º15.79%92.55%-
HSV(B)50º2.51%93.73%-
XYZ80.8885.3889.31-
YUV237.73125.33128.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.66%
GREEN value IS 238 (93.36% from 255) = 33.52%
BLUE value IS 233 (91.41% from 255) = 32.82%
R=33.66%
G=33.52%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923823300.000.030.065015.7992.55
HexEFEEE9003632105d
Octal35735635100366220135
Binary1110111111101110111010010011110110010100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEE9; }

 p { color: rgb(239,238,233); }

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

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

 a { background-color: rgb(239,238,233); }

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

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

 span { border-color: rgb(239,238,233); }

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