#EADCBD

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

Shades of Double Pearl Lusta #EADCBD

Tints of Double Pearl Lusta #EADCBD

Color information

#EADCBD (or 0xEADCBD) is unknown color: approx Double Pearl Lusta. HEX triplet: EA, DC and BD. RGB value is (234,220,189). Sum of RGB (Red+Green+Blue) = 234+220+189=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 189 (74.22% from 255 or 29.39% from 643); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCBD is #152342. Grayscale: #DCDCDC. Windows color (decimal): -1385283 or 12442858. OLE color: 12442858.

HSL color Cylindrical-coordinate representation of color #EADCBD: hue angle of 41.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EADCBD is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB234220189-
CMYK00.060.190.08
HSL41.33º51.72%82.94%-
HSV(B)41.33º19.23%91.76%-
XYZ68.7172.3558.49-
YUV220.65110.14137.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.39%
GREEN value IS 220 (86.33% from 255) = 34.21%
BLUE value IS 189 (74.22% from 255) = 29.39%
R=36.39%
G=34.21%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422018900.060.190.0841.3351.7282.94
HexEADCBD06138293453
Octal3523342750623105164123
Binary11101010110111001011110101101001110001010011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCBD; }

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

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

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

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

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

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

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

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