#EADABD

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

Shades of Double Pearl Lusta #EADABD

Tints of Double Pearl Lusta #EADABD

Color information

#EADABD (or 0xEADABD) is unknown color: approx Double Pearl Lusta. HEX triplet: EA, DA and BD. RGB value is (234,218,189). Sum of RGB (Red+Green+Blue) = 234+218+189=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 189 (74.22% from 255 or 29.49% from 641); Max value from RGB is 234 - color contains mainly: red. Hex color #EADABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADABD is #152542. Grayscale: #DBDBDB. Windows color (decimal): -1385795 or 12442346. OLE color: 12442346.

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

Color convert

RGB234218189-
CMYK00.070.190.08
HSL38.67º51.72%82.94%-
HSV(B)38.67º19.23%91.76%-
XYZ68.1971.3158.31-
YUV219.48110.8138.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.51%
GREEN value IS 218 (85.55% from 255) = 34.01%
BLUE value IS 189 (74.22% from 255) = 29.49%
R=36.51%
G=34.01%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421818900.070.190.0838.6751.7282.94
HexEADABD07138273453
Octal3523322750723104764123
Binary11101010110110101011110101111001110001001111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADABD; }

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

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

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

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

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

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

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

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