#E5DECA

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

Shades of Pearl Lusta #E5DECA

Tints of Pearl Lusta #E5DECA

Color information

#E5DECA (or 0xE5DECA) is unknown color: approx Pearl Lusta. HEX triplet: E5, DE and CA. RGB value is (229,222,202). Sum of RGB (Red+Green+Blue) = 229+222+202=653 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.07% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DECA is #1A2135. Grayscale: #DDDDDD. Windows color (decimal): -1712438 or 13295333. OLE color: 13295333.

HSL color Cylindrical-coordinate representation of color #E5DECA: hue angle of 44.44º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5DECA is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB229222202-
CMYK00.030.120.10
HSL44.44º34.18%84.51%-
HSV(B)44.44º11.79%89.8%-
XYZ69.173.1666.36-
YUV221.81116.82133.13-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.07%
GREEN value IS 222 (87.11% from 255) = 34.00%
BLUE value IS 202 (79.30% from 255) = 30.93%
R=35.07%
G=34.00%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922220200.030.120.1044.4434.1884.51
HexE5DECA03CA2c2255
Octal3453363120314125442125
Binary111001011101111011001010011110010101011001000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DECA; }

 p { color: rgb(229,222,202); }

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

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

 a { background-color: rgb(229,222,202); }

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

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

 span { border-color: rgb(229,222,202); }

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