#EADEB5

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

Shades of Double Pearl Lusta #EADEB5

Tints of Double Pearl Lusta #EADEB5

Color information

#EADEB5 (or 0xEADEB5) is unknown color: approx Double Pearl Lusta. HEX triplet: EA, DE and B5. RGB value is (234,222,181). Sum of RGB (Red+Green+Blue) = 234+222+181=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 181 (71.09% from 255 or 28.41% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADEB5 is #15214A. Grayscale: #DDDDDD. Windows color (decimal): -1384779 or 11919082. OLE color: 11919082.

HSL color Cylindrical-coordinate representation of color #EADEB5: hue angle of 46.42º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EADEB5 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB234222181-
CMYK00.050.230.08
HSL46.42º55.79%81.37%-
HSV(B)46.42º22.65%91.76%-
XYZ68.3973.0754.22-
YUV220.91105.48137.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.73%
GREEN value IS 222 (87.11% from 255) = 34.85%
BLUE value IS 181 (71.09% from 255) = 28.41%
R=36.73%
G=34.85%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422218100.050.230.0846.4255.7981.37
HexEADEB5051782e3851
Octal3523362650527105670121
Binary11101010110111101011010101011011110001011101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADEB5; }

 p { color: rgb(234,222,181); }

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

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

 a { background-color: rgb(234,222,181); }

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

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

 span { border-color: rgb(234,222,181); }

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