#EADFC5

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

Shades of Pearl Lusta #EADFC5

Tints of Pearl Lusta #EADFC5

Color information

#EADFC5 (or 0xEADFC5) is unknown color: approx Pearl Lusta. HEX triplet: EA, DF and C5. RGB value is (234,223,197). Sum of RGB (Red+Green+Blue) = 234+223+197=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 197 (77.34% from 255 or 30.12% from 654); Max value from RGB is 234 - color contains mainly: red. Hex color #EADFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADFC5 is #15203A. Grayscale: #DFDFDF. Windows color (decimal): -1384507 or 12967914. OLE color: 12967914.

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

Color convert

RGB234223197-
CMYK00.050.160.08
HSL42.16º46.84%84.51%-
HSV(B)42.16º15.81%91.76%-
XYZ70.474.363.45-
YUV223.32113.14135.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.78%
GREEN value IS 223 (87.5% from 255) = 34.10%
BLUE value IS 197 (77.34% from 255) = 30.12%
R=35.78%
G=34.10%
B=30.12%

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
Decimal23422319700.050.160.0842.1646.8484.51
HexEADFC5051082a2f55
Octal3523373050520105257125
Binary11101010110111111100010101011000010001010101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADFC5; }

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

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

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

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

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

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

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

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