#EADFC9

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

Shades of Pearl Lusta #EADFC9

Tints of Pearl Lusta #EADFC9

Color information

#EADFC9 (or 0xEADFC9) is unknown color: approx Pearl Lusta. HEX triplet: EA, DF and C9. RGB value is (234,223,201). Sum of RGB (Red+Green+Blue) = 234+223+201=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 201 (78.91% from 255 or 30.55% from 658); Max value from RGB is 234 - color contains mainly: red. Hex color #EADFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADFC9 is #152036. Grayscale: #DFDFDF. Windows color (decimal): -1384503 or 13230058. OLE color: 13230058.

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

Color convert

RGB234223201-
CMYK00.050.140.08
HSL40º44%85.29%-
HSV(B)40º14.1%91.76%-
XYZ70.8674.4865.9-
YUV223.78115.14135.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.56%
GREEN value IS 223 (87.5% from 255) = 33.89%
BLUE value IS 201 (78.91% from 255) = 30.55%
R=35.56%
G=33.89%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422320100.050.140.08404485.29
HexEADFC905E8282c55
Octal3523373110516105054125
Binary1110101011011111110010010101111010001010001011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADFC9; }

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

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

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

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

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

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

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

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