#EADBB7

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

Shades of Double Pearl Lusta #EADBB7

Tints of Double Pearl Lusta #EADBB7

Color information

#EADBB7 (or 0xEADBB7) is unknown color: approx Double Pearl Lusta. HEX triplet: EA, DB and B7. RGB value is (234,219,183). Sum of RGB (Red+Green+Blue) = 234+219+183=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 183 (71.88% from 255 or 28.77% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBB7 is #152448. Grayscale: #DBDBDB. Windows color (decimal): -1385545 or 12049386. OLE color: 12049386.

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

Color convert

RGB234219183-
CMYK00.060.220.08
HSL42.35º54.84%81.76%-
HSV(B)42.35º21.79%91.76%-
XYZ67.8171.5755.04-
YUV219.38107.47138.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.79%
GREEN value IS 219 (85.94% from 255) = 34.43%
BLUE value IS 183 (71.88% from 255) = 28.77%
R=36.79%
G=34.43%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421918300.060.220.0842.3554.8481.76
HexEADBB7061682a3752
Octal3523332670626105267122
Binary11101010110110111011011101101011010001010101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBB7; }

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

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

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

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

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

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

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

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