#E7DECA

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

Shades of Pearl Lusta #E7DECA

Tints of Pearl Lusta #E7DECA

Color information

#E7DECA (or 0xE7DECA) is unknown color: approx Pearl Lusta. HEX triplet: E7, DE and CA. RGB value is (231,222,202). Sum of RGB (Red+Green+Blue) = 231+222+202=655 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.27% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 202 (79.30% from 255 or 30.84% from 655); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DECA is #182135. Grayscale: #DEDEDE. Windows color (decimal): -1581366 or 13295335. OLE color: 13295335.

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

Color convert

RGB231222202-
CMYK00.040.130.09
HSL41.38º37.66%84.9%-
HSV(B)41.38º12.55%90.59%-
XYZ69.7473.566.39-
YUV222.41116.48134.13-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.27%
GREEN value IS 222 (87.11% from 255) = 33.89%
BLUE value IS 202 (79.30% from 255) = 30.84%
R=35.27%
G=33.89%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122220200.040.130.0941.3837.6684.9
HexE7DECA04D9292655
Octal3473363120415115146125
Binary1110011111011110110010100100110110011010011001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DECA; }

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

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

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

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

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

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

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

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