#EFEEE8

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

Shades of Alabaster #EFEEE8

Tints of Alabaster #EFEEE8

Color information

#EFEEE8 (or 0xEFEEE8) is unknown color: approx Alabaster. HEX triplet: EF, EE and E8. RGB value is (239,238,232). Sum of RGB (Red+Green+Blue) = 239+238+232=709 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.71% from 709); Green value is 238 (93.36% from 255 or 33.57% from 709); Blue value is 232 (91.02% from 255 or 32.72% from 709); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEEE8 is #101117. Grayscale: #EDEDED. Windows color (decimal): -1052952 or 15265519. OLE color: 15265519.

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

Color convert

RGB239238232-
CMYK00.000.030.06
HSL51.43º17.95%92.35%-
HSV(B)51.43º2.93%93.73%-
XYZ80.7485.3388.56-
YUV237.61124.83128.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.71%
GREEN value IS 238 (93.36% from 255) = 33.57%
BLUE value IS 232 (91.02% 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.06
SystemRedGreenBlueCMYKHSL
Decimal23923823200.000.030.0651.4317.9592.35
HexEFEEE8003633125c
Octal35735635000366322134
Binary1110111111101110111010000011110110011100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEE8; }

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

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

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

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

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

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

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

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