#EEE2C7

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

Shades of Pearl Lusta #EEE2C7

Tints of Pearl Lusta #EEE2C7

Color information

#EEE2C7 (or 0xEEE2C7) is unknown color: approx Pearl Lusta. HEX triplet: EE, E2 and C7. RGB value is (238,226,199). Sum of RGB (Red+Green+Blue) = 238+226+199=663 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.90% from 663); Green value is 226 (88.67% from 255 or 34.09% from 663); Blue value is 199 (78.12% from 255 or 30.02% from 663); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE2C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE2C7 is #111D38. Grayscale: #E2E2E2. Windows color (decimal): -1121593 or 13099758. OLE color: 13099758.

HSL color Cylindrical-coordinate representation of color #EEE2C7: hue angle of 41.54º degrees, saturation: 0.53, 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 #EEE2C7 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB238226199-
CMYK00.050.160.07
HSL41.54º53.42%85.69%-
HSV(B)41.54º16.39%93.33%-
XYZ72.7776.6965-
YUV226.51112.48136.2-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.90%
GREEN value IS 226 (88.67% from 255) = 34.09%
BLUE value IS 199 (78.12% from 255) = 30.02%
R=35.90%
G=34.09%
B=30.02%

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
Decimal23822619900.050.160.0741.5453.4285.69
HexEEE2C7051072a3556
Octal356342307052075265126
Binary1110111011100010110001110101100001111010101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE2C7; }

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

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

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

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

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

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

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

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