#EADEC5

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

Shades of Pearl Lusta #EADEC5

Tints of Pearl Lusta #EADEC5

Color information

#EADEC5 (or 0xEADEC5) is unknown color: approx Pearl Lusta. HEX triplet: EA, DE and C5. RGB value is (234,222,197). Sum of RGB (Red+Green+Blue) = 234+222+197=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 197 (77.34% from 255 or 30.17% from 653); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADEC5 is #15213A. Grayscale: #DEDEDE. Windows color (decimal): -1384763 or 12967658. OLE color: 12967658.

HSL color Cylindrical-coordinate representation of color #EADEC5: hue angle of 40.54º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EADEC5 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB234222197-
CMYK00.050.160.08
HSL40.54º46.84%84.51%-
HSV(B)40.54º15.81%91.76%-
XYZ70.1373.7763.37-
YUV222.74113.48136.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.83%
GREEN value IS 222 (87.11% from 255) = 34.00%
BLUE value IS 197 (77.34% from 255) = 30.17%
R=35.83%
G=34.00%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422219700.050.160.0840.5446.8484.51
HexEADEC505108292f55
Octal3523363050520105157125
Binary11101010110111101100010101011000010001010011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADEC5; }

 p { color: rgb(234,222,197); }

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

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

 a { background-color: rgb(234,222,197); }

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

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

 span { border-color: rgb(234,222,197); }

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