#EADDB5

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

Shades of Double Pearl Lusta #EADDB5

Tints of Double Pearl Lusta #EADDB5

Color information

#EADDB5 (or 0xEADDB5) is unknown color: approx Double Pearl Lusta. HEX triplet: EA, DD and B5. RGB value is (234,221,181). Sum of RGB (Red+Green+Blue) = 234+221+181=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 181 (71.09% from 255 or 28.46% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDB5 is #15224A. Grayscale: #DCDCDC. Windows color (decimal): -1385035 or 11918826. OLE color: 11918826.

HSL color Cylindrical-coordinate representation of color #EADDB5: hue angle of 45.28º 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 #EADDB5 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB234221181-
CMYK00.060.230.08
HSL45.28º55.79%81.37%-
HSV(B)45.28º22.65%91.76%-
XYZ68.1372.5454.13-
YUV220.33105.81137.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.79%
GREEN value IS 221 (86.72% from 255) = 34.75%
BLUE value IS 181 (71.09% from 255) = 28.46%
R=36.79%
G=34.75%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422118100.060.230.0845.2855.7981.37
HexEADDB5061782d3851
Octal3523352650627105570121
Binary11101010110111011011010101101011110001011011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDB5; }

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

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

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

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

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

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

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

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