#EADEB9

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

Shades of Double Pearl Lusta #EADEB9

Tints of Double Pearl Lusta #EADEB9

Color information

#EADEB9 (or 0xEADEB9) is unknown color: approx Double Pearl Lusta. HEX triplet: EA, DE and B9. RGB value is (234,222,185). Sum of RGB (Red+Green+Blue) = 234+222+185=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 185 (72.66% from 255 or 28.86% from 641); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADEB9 is #152146. Grayscale: #DDDDDD. Windows color (decimal): -1384775 or 12181226. OLE color: 12181226.

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

Color convert

RGB234222185-
CMYK00.050.210.08
HSL45.31º53.85%82.16%-
HSV(B)45.31º20.94%91.76%-
XYZ68.8173.2456.41-
YUV221.37107.48137.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.51%
GREEN value IS 222 (87.11% from 255) = 34.63%
BLUE value IS 185 (72.66% from 255) = 28.86%
R=36.51%
G=34.63%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422218500.050.210.0845.3153.8582.16
HexEADEB9051582d3652
Octal3523362710525105566122
Binary11101010110111101011100101011010110001011011101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADEB9; }

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

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

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

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

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

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

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

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