#EFEEE6

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

Shades of Alabaster #EFEEE6

Tints of Alabaster #EFEEE6

Color information

#EFEEE6 (or 0xEFEEE6) is unknown color: approx Alabaster. HEX triplet: EF, EE and E6. RGB value is (239,238,230). Sum of RGB (Red+Green+Blue) = 239+238+230=707 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.80% from 707); Green value is 238 (93.36% from 255 or 33.66% from 707); Blue value is 230 (90.23% from 255 or 32.53% from 707); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEEE6 is #101119. Grayscale: #EDEDED. Windows color (decimal): -1052954 or 15134447. OLE color: 15134447.

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

Color convert

RGB239238230-
CMYK00.000.040.06
HSL53.33º21.95%91.96%-
HSV(B)53.33º3.77%93.73%-
XYZ80.4585.2187.07-
YUV237.39123.83129.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.80%
GREEN value IS 238 (93.36% from 255) = 33.66%
BLUE value IS 230 (90.23% from 255) = 32.53%
R=33.80%
G=33.66%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923823000.000.040.0653.3321.9591.96
HexEFEEE6004635165c
Octal35735634600466526134
Binary11101111111011101110011000100110110101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEE6; }

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

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

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

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

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

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

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

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