#EDE4DF

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

Shades of Fair Pink #EDE4DF

Tints of Fair Pink #EDE4DF

Color information

#EDE4DF (or 0xEDE4DF) is unknown color: approx Fair Pink. HEX triplet: ED, E4 and DF. RGB value is (237,228,223). Sum of RGB (Red+Green+Blue) = 237+228+223=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 228 (89.45% from 255 or 33.14% from 688); Blue value is 223 (87.5% from 255 or 32.41% from 688); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE4DF is #121B20. Grayscale: #E6E6E6. Windows color (decimal): -1186593 or 14673133. OLE color: 14673133.

HSL color Cylindrical-coordinate representation of color #EDE4DF: hue angle of 21.43º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDE4DF is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB237228223-
CMYK00.040.060.07
HSL21.43º28%90.2%-
HSV(B)21.43º5.91%92.94%-
XYZ75.9978.8281.02-
YUV230.12123.98132.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.45%
GREEN value IS 228 (89.45% from 255) = 33.14%
BLUE value IS 223 (87.5% from 255) = 32.41%
R=34.45%
G=33.14%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722822300.040.060.0721.432890.2
HexEDE4DF0467151c5a
Octal35534433704672534132
Binary111011011110010011011111010011011110101111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE4DF; }

 p { color: rgb(237,228,223); }

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

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

 a { background-color: rgb(237,228,223); }

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

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

 span { border-color: rgb(237,228,223); }

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