#EADCB5

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

Shades of Double Pearl Lusta #EADCB5

Tints of Double Pearl Lusta #EADCB5

Color information

#EADCB5 (or 0xEADCB5) is unknown color: approx Double Pearl Lusta. HEX triplet: EA, DC and B5. RGB value is (234,220,181). Sum of RGB (Red+Green+Blue) = 234+220+181=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 181 (71.09% from 255 or 28.50% from 635); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCB5 is #15234A. Grayscale: #DBDBDB. Windows color (decimal): -1385291 or 11918570. OLE color: 11918570.

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

Color convert

RGB234220181-
CMYK00.060.230.08
HSL44.15º55.79%81.37%-
HSV(B)44.15º22.65%91.76%-
XYZ67.8772.0254.04-
YUV219.74106.14138.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.85%
GREEN value IS 220 (86.33% from 255) = 34.65%
BLUE value IS 181 (71.09% from 255) = 28.50%
R=36.85%
G=34.65%
B=28.50%

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
Decimal23422018100.060.230.0844.1555.7981.37
HexEADCB5061782c3851
Octal3523342650627105470121
Binary11101010110111001011010101101011110001011001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCB5; }

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

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

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

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

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

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

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

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