#E7DECB

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

Shades of Pearl Lusta #E7DECB

Tints of Pearl Lusta #E7DECB

Color information

#E7DECB (or 0xE7DECB) is unknown color: approx Pearl Lusta. HEX triplet: E7, DE and CB. RGB value is (231,222,203). Sum of RGB (Red+Green+Blue) = 231+222+203=656 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.21% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 203 (79.69% from 255 or 30.95% from 656); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DECB is #182134. Grayscale: #DEDEDE. Windows color (decimal): -1581365 or 13360871. OLE color: 13360871.

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

Color convert

RGB231222203-
CMYK00.040.120.09
HSL40.71º36.84%85.1%-
HSV(B)40.71º12.12%90.59%-
XYZ69.8673.5467.01-
YUV222.52116.98134.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.21%
GREEN value IS 222 (87.11% from 255) = 33.84%
BLUE value IS 203 (79.69% from 255) = 30.95%
R=35.21%
G=33.84%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122220300.040.120.0940.7136.8485.1
HexE7DECB04C9292555
Octal3473363130414115145125
Binary1110011111011110110010110100110010011010011001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DECB; }

 p { color: rgb(231,222,203); }

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

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

 a { background-color: rgb(231,222,203); }

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

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

 span { border-color: rgb(231,222,203); }

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