#EADDBB

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

Shades of Double Pearl Lusta #EADDBB

Tints of Double Pearl Lusta #EADDBB

Color information

#EADDBB (or 0xEADDBB) is unknown color: approx Double Pearl Lusta. HEX triplet: EA, DD and BB. RGB value is (234,221,187). Sum of RGB (Red+Green+Blue) = 234+221+187=642 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.45% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 187 (73.44% from 255 or 29.13% from 642); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDBB is #152244. Grayscale: #DDDDDD. Windows color (decimal): -1385029 or 12312042. OLE color: 12312042.

HSL color Cylindrical-coordinate representation of color #EADDBB: hue angle of 43.4º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EADDBB is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB234221187-
CMYK00.060.200.08
HSL43.4º52.81%82.55%-
HSV(B)43.4º20.09%91.76%-
XYZ68.7672.7957.44-
YUV221.01108.81137.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.45%
GREEN value IS 221 (86.72% from 255) = 34.42%
BLUE value IS 187 (73.44% from 255) = 29.13%
R=36.45%
G=34.42%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422118700.060.200.0843.452.8182.55
HexEADDBB061482b3553
Octal3523352730624105365123
Binary11101010110111011011101101101010010001010111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDBB; }

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

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

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

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

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

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

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

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