#EDE2DD

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

Shades of Fair Pink #EDE2DD

Tints of Fair Pink #EDE2DD

Color information

#EDE2DD (or 0xEDE2DD) is unknown color: approx Fair Pink. HEX triplet: ED, E2 and DD. RGB value is (237,226,221). Sum of RGB (Red+Green+Blue) = 237+226+221=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 226 (88.67% from 255 or 33.04% from 684); Blue value is 221 (86.72% from 255 or 32.31% from 684); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE2DD is #121D22. Grayscale: #E4E4E4. Windows color (decimal): -1187107 or 14541549. OLE color: 14541549.

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

Color convert

RGB237226221-
CMYK00.050.070.07
HSL18.75º30.77%89.8%-
HSV(B)18.75º6.75%92.94%-
XYZ75.1777.6279.43-
YUV228.72123.64133.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.65%
GREEN value IS 226 (88.67% from 255) = 33.04%
BLUE value IS 221 (86.72% from 255) = 32.31%
R=34.65%
G=33.04%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722622100.050.070.0718.7530.7789.8
HexEDE2DD0577131f5a
Octal35534233505772337132
Binary111011011110001011011101010111111110011111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE2DD; }

 p { color: rgb(237,226,221); }

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

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

 a { background-color: rgb(237,226,221); }

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

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

 span { border-color: rgb(237,226,221); }

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