#EFEEE3

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

Shades of Alabaster #EFEEE3

Tints of Alabaster #EFEEE3

Color information

#EFEEE3 (or 0xEFEEE3) is unknown color: approx Alabaster. HEX triplet: EF, EE and E3. RGB value is (239,238,227). Sum of RGB (Red+Green+Blue) = 239+238+227=704 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.95% from 704); Green value is 238 (93.36% from 255 or 33.81% from 704); Blue value is 227 (89.06% from 255 or 32.24% from 704); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEEE3 is #10111C. Grayscale: #EDEDED. Windows color (decimal): -1052957 or 14937839. OLE color: 14937839.

HSL color Cylindrical-coordinate representation of color #EFEEE3: hue angle of 55º degrees, saturation: 0.27, 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 #EFEEE3 is Cyan = 0, Magento = 0.00, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB239238227-
CMYK00.000.050.06
HSL55º27.27%91.37%-
HSV(B)55º5.02%93.73%-
XYZ80.0485.0584.87-
YUV237.04122.33129.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.95%
GREEN value IS 238 (93.36% from 255) = 33.81%
BLUE value IS 227 (89.06% from 255) = 32.24%
R=33.95%
G=33.81%
B=32.24%

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
Decimal23923822700.000.050.065527.2791.37
HexEFEEE30056371b5b
Octal35735634300566733133
Binary11101111111011101110001100101110110111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEE3; }

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

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

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

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

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

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

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

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