#EDE1DA

Color #EDE1DA Fair Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fair Pink #EDE1DA

Tints of Fair Pink #EDE1DA

Color information

#EDE1DA (or 0xEDE1DA) is unknown color: approx Fair Pink. HEX triplet: ED, E1 and DA. RGB value is (237,225,218). Sum of RGB (Red+Green+Blue) = 237+225+218=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 225 (88.28% from 255 or 33.09% from 680); Blue value is 218 (85.55% from 255 or 32.06% from 680); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE1DA is #121E25. Grayscale: #E3E3E3. Windows color (decimal): -1187366 or 14344685. OLE color: 14344685.

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

Color convert

RGB237225218-
CMYK00.050.080.07
HSL22.11º34.55%89.22%-
HSV(B)22.11º8.02%92.94%-
XYZ74.5176.9277.25-
YUV227.79122.48134.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.85%
GREEN value IS 225 (88.28% from 255) = 33.09%
BLUE value IS 218 (85.55% from 255) = 32.06%
R=34.85%
G=33.09%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722521800.050.080.0722.1134.5589.22
HexEDE1DA0587162359
Octal355341332051072643131
Binary11101101111000011101101001011000111101101000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE1DA; }

 p { color: rgb(237,225,218); }

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

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

 a { background-color: rgb(237,225,218); }

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

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

 span { border-color: rgb(237,225,218); }

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