#EADCBB

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

Shades of Double Pearl Lusta #EADCBB

Tints of Double Pearl Lusta #EADCBB

Color information

#EADCBB (or 0xEADCBB) is unknown color: approx Double Pearl Lusta. HEX triplet: EA, DC and BB. RGB value is (234,220,187). Sum of RGB (Red+Green+Blue) = 234+220+187=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 187 (73.44% from 255 or 29.17% from 641); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCBB is #152344. Grayscale: #DCDCDC. Windows color (decimal): -1385285 or 12311786. OLE color: 12311786.

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

Color convert

RGB234220187-
CMYK00.060.200.08
HSL42.13º52.81%82.55%-
HSV(B)42.13º20.09%91.76%-
XYZ68.4972.2757.35-
YUV220.42109.14137.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.51%
GREEN value IS 220 (86.33% from 255) = 34.32%
BLUE value IS 187 (73.44% from 255) = 29.17%
R=36.51%
G=34.32%
B=29.17%

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
Decimal23422018700.060.200.0842.1352.8182.55
HexEADCBB061482a3553
Octal3523342730624105265123
Binary11101010110111001011101101101010010001010101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCBB; }

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

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

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

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

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

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

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

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