#EADCBC

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

Shades of Double Pearl Lusta #EADCBC

Tints of Double Pearl Lusta #EADCBC

Color information

#EADCBC (or 0xEADCBC) is unknown color: approx Double Pearl Lusta. HEX triplet: EA, DC and BC. RGB value is (234,220,188). Sum of RGB (Red+Green+Blue) = 234+220+188=642 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.45% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 188 (73.83% from 255 or 29.28% from 642); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCBC is #152343. Grayscale: #DCDCDC. Windows color (decimal): -1385284 or 12377322. OLE color: 12377322.

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

Color convert

RGB234220188-
CMYK00.060.200.08
HSL41.74º52.27%82.75%-
HSV(B)41.74º19.66%91.76%-
XYZ68.672.3157.92-
YUV220.54109.64137.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.45%
GREEN value IS 220 (86.33% from 255) = 34.27%
BLUE value IS 188 (73.83% from 255) = 29.28%
R=36.45%
G=34.27%
B=29.28%

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
Decimal23422018800.060.200.0841.7452.2782.75
HexEADCBC061482a3453
Octal3523342740624105264123
Binary11101010110111001011110001101010010001010101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCBC; }

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

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

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

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

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

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

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

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