#EEE2C9

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

Shades of Pearl Lusta #EEE2C9

Tints of Pearl Lusta #EEE2C9

Color information

#EEE2C9 (or 0xEEE2C9) is unknown color: approx Pearl Lusta. HEX triplet: EE, E2 and C9. RGB value is (238,226,201). Sum of RGB (Red+Green+Blue) = 238+226+201=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 226 (88.67% from 255 or 33.98% from 665); Blue value is 201 (78.91% from 255 or 30.23% from 665); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE2C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE2C9 is #111D36. Grayscale: #E2E2E2. Windows color (decimal): -1121591 or 13230830. OLE color: 13230830.

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

Color convert

RGB238226201-
CMYK00.050.160.07
HSL40.54º52.11%86.08%-
HSV(B)40.54º15.55%93.33%-
XYZ7376.7966.23-
YUV226.74113.48136.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.79%
GREEN value IS 226 (88.67% from 255) = 33.98%
BLUE value IS 201 (78.91% from 255) = 30.23%
R=35.79%
G=33.98%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822620100.050.160.0740.5452.1186.08
HexEEE2C905107293456
Octal356342311052075164126
Binary1110111011100010110010010101100001111010011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE2C9; }

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

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

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

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

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

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

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

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