#EADBBD

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

Shades of Double Pearl Lusta #EADBBD

Tints of Double Pearl Lusta #EADBBD

Color information

#EADBBD (or 0xEADBBD) is unknown color: approx Double Pearl Lusta. HEX triplet: EA, DB and BD. RGB value is (234,219,189). Sum of RGB (Red+Green+Blue) = 234+219+189=642 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.45% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 189 (74.22% from 255 or 29.44% from 642); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBBD is #152442. Grayscale: #DCDCDC. Windows color (decimal): -1385539 or 12442602. OLE color: 12442602.

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

Color convert

RGB234219189-
CMYK00.060.190.08
HSL40º51.72%82.94%-
HSV(B)40º19.23%91.76%-
XYZ68.4571.8358.4-
YUV220.06110.47137.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.45%
GREEN value IS 219 (85.94% from 255) = 34.11%
BLUE value IS 189 (74.22% from 255) = 29.44%
R=36.45%
G=34.11%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421918900.060.190.084051.7282.94
HexEADBBD06138283453
Octal3523332750623105064123
Binary11101010110110111011110101101001110001010001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBBD; }

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

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

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

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

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

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

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

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