#EADBB8

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

Shades of Double Pearl Lusta #EADBB8

Tints of Double Pearl Lusta #EADBB8

Color information

#EADBB8 (or 0xEADBB8) is unknown color: approx Double Pearl Lusta. HEX triplet: EA, DB and B8. RGB value is (234,219,184). Sum of RGB (Red+Green+Blue) = 234+219+184=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 184 (72.27% from 255 or 28.89% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBB8 is #152447. Grayscale: #DBDBDB. Windows color (decimal): -1385544 or 12114922. OLE color: 12114922.

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

Color convert

RGB234219184-
CMYK00.060.210.08
HSL42º54.35%81.96%-
HSV(B)42º21.37%91.76%-
XYZ67.9171.6255.59-
YUV219.5107.97138.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.73%
GREEN value IS 219 (85.94% from 255) = 34.38%
BLUE value IS 184 (72.27% from 255) = 28.89%
R=36.73%
G=34.38%
B=28.89%

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
Decimal23421918400.060.210.084254.3581.96
HexEADBB8061582a3652
Octal3523332700625105266122
Binary11101010110110111011100001101010110001010101101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBB8; }

 p { color: rgb(234,219,184); }

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

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

 a { background-color: rgb(234,219,184); }

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

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

 span { border-color: rgb(234,219,184); }

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