#EFEEE2

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

Shades of Alabaster #EFEEE2

Tints of Alabaster #EFEEE2

Color information

#EFEEE2 (or 0xEFEEE2) is unknown color: approx Alabaster. HEX triplet: EF, EE and E2. RGB value is (239,238,226). Sum of RGB (Red+Green+Blue) = 239+238+226=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 238 (93.36% from 255 or 33.85% from 703); Blue value is 226 (88.67% from 255 or 32.15% from 703); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEEE2 is #10111D. Grayscale: #ECECEC. Windows color (decimal): -1052958 or 14872303. OLE color: 14872303.

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

Color convert

RGB239238226-
CMYK00.000.050.06
HSL55.38º28.89%91.18%-
HSV(B)55.38º5.44%93.73%-
XYZ79.984.9984.15-
YUV236.93121.83129.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.00%
GREEN value IS 238 (93.36% from 255) = 33.85%
BLUE value IS 226 (88.67% from 255) = 32.15%
R=34.00%
G=33.85%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923822600.000.050.0655.3828.8991.18
HexEFEEE20056371d5b
Octal35735634200566735133
Binary11101111111011101110001000101110110111111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEE2; }

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

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

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

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

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

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

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

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