#EFEEE7

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

Shades of Alabaster #EFEEE7

Tints of Alabaster #EFEEE7

Color information

#EFEEE7 (or 0xEFEEE7) is unknown color: approx Alabaster. HEX triplet: EF, EE and E7. RGB value is (239,238,231). Sum of RGB (Red+Green+Blue) = 239+238+231=708 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.76% from 708); Green value is 238 (93.36% from 255 or 33.62% from 708); Blue value is 231 (90.62% from 255 or 32.63% from 708); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEEE7 is #101118. Grayscale: #EDEDED. Windows color (decimal): -1052953 or 15199983. OLE color: 15199983.

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

Color convert

RGB239238231-
CMYK00.000.030.06
HSL52.5º20%92.16%-
HSV(B)52.5º3.35%93.73%-
XYZ80.5985.2787.81-
YUV237.5124.33129.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.76%
GREEN value IS 238 (93.36% from 255) = 33.62%
BLUE value IS 231 (90.62% from 255) = 32.63%
R=33.76%
G=33.62%
B=32.63%

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
Decimal23923823100.000.030.0652.52092.16
HexEFEEE7003634145c
Octal35735634700366424134
Binary1110111111101110111001110011110110100101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEE7; }

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

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

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

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

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

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

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

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