#EADFB7

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

Shades of Double Pearl Lusta #EADFB7

Tints of Double Pearl Lusta #EADFB7

Color information

#EADFB7 (or 0xEADFB7) is unknown color: approx Double Pearl Lusta. HEX triplet: EA, DF and B7. RGB value is (234,223,183). Sum of RGB (Red+Green+Blue) = 234+223+183=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 183 (71.88% from 255 or 28.59% from 640); Max value from RGB is 234 - color contains mainly: red. Hex color #EADFB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADFB7 is #152048. Grayscale: #DDDDDD. Windows color (decimal): -1384521 or 12050410. OLE color: 12050410.

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

Color convert

RGB234223183-
CMYK00.050.220.08
HSL47.06º54.84%81.76%-
HSV(B)47.06º21.79%91.76%-
XYZ68.8773.6955.39-
YUV221.73106.14136.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.56%
GREEN value IS 223 (87.5% from 255) = 34.84%
BLUE value IS 183 (71.88% from 255) = 28.59%
R=36.56%
G=34.84%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422318300.050.220.0847.0654.8481.76
HexEADFB7051682f3752
Octal3523372670526105767122
Binary11101010110111111011011101011011010001011111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADFB7; }

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

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

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

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

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

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

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

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