#EADDBA

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

Shades of Double Pearl Lusta #EADDBA

Tints of Double Pearl Lusta #EADDBA

Color information

#EADDBA (or 0xEADDBA) is unknown color: approx Double Pearl Lusta. HEX triplet: EA, DD and BA. RGB value is (234,221,186). Sum of RGB (Red+Green+Blue) = 234+221+186=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 186 (73.05% from 255 or 29.02% from 641); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDBA is #152245. Grayscale: #DDDDDD. Windows color (decimal): -1385030 or 12246506. OLE color: 12246506.

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

Color convert

RGB234221186-
CMYK00.060.210.08
HSL43.75º53.33%82.35%-
HSV(B)43.75º20.51%91.76%-
XYZ68.6572.7556.88-
YUV220.9108.31137.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.51%
GREEN value IS 221 (86.72% from 255) = 34.48%
BLUE value IS 186 (73.05% from 255) = 29.02%
R=36.51%
G=34.48%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422118600.060.210.0843.7553.3382.35
HexEADDBA061582c3552
Octal3523352720625105465122
Binary11101010110111011011101001101010110001011001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDBA; }

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

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

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

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

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

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

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

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