#EEEBE2

Color #EEEBE2 Quarter Pearl Lusta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quarter Pearl Lusta #EEEBE2

Tints of Quarter Pearl Lusta #EEEBE2

Color information

#EEEBE2 (or 0xEEEBE2) is unknown color: approx Quarter Pearl Lusta. HEX triplet: EE, EB and E2. RGB value is (238,235,226). Sum of RGB (Red+Green+Blue) = 238+235+226=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 235 (92.19% from 255 or 33.62% from 699); Blue value is 226 (88.67% from 255 or 32.33% from 699); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEBE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEBE2 is #11141D. Grayscale: #EAEAEA. Windows color (decimal): -1119262 or 14871534. OLE color: 14871534.

HSL color Cylindrical-coordinate representation of color #EEEBE2: hue angle of 45º degrees, saturation: 0.26, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EEEBE2 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB238235226-
CMYK00.010.050.07
HSL45º26.09%90.98%-
HSV(B)45º5.04%93.33%-
XYZ78.783.0883.84-
YUV234.87122.99130.23-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.05%
GREEN value IS 235 (92.19% from 255) = 33.62%
BLUE value IS 226 (88.67% from 255) = 32.33%
R=34.05%
G=33.62%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823522600.010.050.074526.0990.98
HexEEEBE201572d1a5b
Octal35635334201575532133
Binary11101110111010111110001001101111101101110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEBE2; }

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

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

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

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

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

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

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

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