#EADEDF

Color #EADEDF Pale Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Rose #EADEDF

Tints of Pale Rose #EADEDF

Color information

#EADEDF (or 0xEADEDF) is unknown color: approx Pale Rose. HEX triplet: EA, DE and DF. RGB value is (234,222,223). Sum of RGB (Red+Green+Blue) = 234+222+223=679 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.46% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 223 (87.5% from 255 or 32.84% from 679); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADEDF is #152120. Grayscale: #E1E1E1. Windows color (decimal): -1384737 or 14671594. OLE color: 14671594.

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

Color convert

RGB234222223-
CMYK00.050.050.08
HSL355º22.22%89.41%-
HSV(B)355º5.13%91.76%-
XYZ73.3775.0680.43-
YUV225.7126.48133.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.46%
GREEN value IS 222 (87.11% from 255) = 32.70%
BLUE value IS 223 (87.5% from 255) = 32.84%
R=34.46%
G=32.70%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422222300.050.050.0835522.2289.41
HexEADEDF05581631659
Octal3523363370551054326131
Binary11101010110111101101111101011011000101100011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADEDF; }

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

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

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

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

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

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

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

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