#E8DEC7

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

Shades of Pearl Lusta #E8DEC7

Tints of Pearl Lusta #E8DEC7

Color information

#E8DEC7 (or 0xE8DEC7) is unknown color: approx Pearl Lusta. HEX triplet: E8, DE and C7. RGB value is (232,222,199). Sum of RGB (Red+Green+Blue) = 232+222+199=653 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.53% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 199 (78.12% from 255 or 30.47% from 653); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DEC7 is #172138. Grayscale: #DEDEDE. Windows color (decimal): -1515833 or 13098728. OLE color: 13098728.

HSL color Cylindrical-coordinate representation of color #E8DEC7: hue angle of 41.82º degrees, saturation: 0.42, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E8DEC7 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB232222199-
CMYK00.040.140.09
HSL41.82º41.77%84.51%-
HSV(B)41.82º14.22%90.98%-
XYZ69.7173.5264.55-
YUV222.37114.81134.87-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.53%
GREEN value IS 222 (87.11% from 255) = 34.00%
BLUE value IS 199 (78.12% from 255) = 30.47%
R=35.53%
G=34.00%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222219900.040.140.0941.8241.7784.51
HexE8DEC704E92a2a55
Octal3503363070416115252125
Binary1110100011011110110001110100111010011010101010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DEC7; }

 p { color: rgb(232,222,199); }

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

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

 a { background-color: rgb(232,222,199); }

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

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

 span { border-color: rgb(232,222,199); }

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