#EADEBD

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

Shades of Double Pearl Lusta #EADEBD

Tints of Double Pearl Lusta #EADEBD

Color information

#EADEBD (or 0xEADEBD) is unknown color: approx Double Pearl Lusta. HEX triplet: EA, DE and BD. RGB value is (234,222,189). Sum of RGB (Red+Green+Blue) = 234+222+189=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 222 (87.11% from 255 or 34.42% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADEBD is #152142. Grayscale: #DDDDDD. Windows color (decimal): -1384771 or 12443370. OLE color: 12443370.

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

Color convert

RGB234222189-
CMYK00.050.190.08
HSL44º51.72%82.94%-
HSV(B)44º19.23%91.76%-
XYZ69.2473.4158.66-
YUV221.83109.48136.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.28%
GREEN value IS 222 (87.11% from 255) = 34.42%
BLUE value IS 189 (74.22% from 255) = 29.30%
R=36.28%
G=34.42%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422218900.050.190.084451.7282.94
HexEADEBD051382c3453
Octal3523362750523105464123
Binary11101010110111101011110101011001110001011001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADEBD; }

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

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

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

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

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

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

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

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