#EDE3DD

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

Shades of Fair Pink #EDE3DD

Tints of Fair Pink #EDE3DD

Color information

#EDE3DD (or 0xEDE3DD) is unknown color: approx Fair Pink. HEX triplet: ED, E3 and DD. RGB value is (237,227,221). Sum of RGB (Red+Green+Blue) = 237+227+221=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 227 (89.06% from 255 or 33.14% from 685); Blue value is 221 (86.72% from 255 or 32.26% from 685); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE3DD is #121C22. Grayscale: #E5E5E5. Windows color (decimal): -1186851 or 14541805. OLE color: 14541805.

HSL color Cylindrical-coordinate representation of color #EDE3DD: hue angle of 22.5º 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 #EDE3DD is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB237227221-
CMYK00.040.070.07
HSL22.5º30.77%89.8%-
HSV(B)22.5º6.75%92.94%-
XYZ75.4578.1679.52-
YUV229.31123.31133.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.60%
GREEN value IS 227 (89.06% from 255) = 33.14%
BLUE value IS 221 (86.72% from 255) = 32.26%
R=34.60%
G=33.14%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722722100.040.070.0722.530.7789.8
HexEDE3DD0477171f5a
Octal35534333504772737132
Binary111011011110001111011101010011111110111111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE3DD; }

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

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

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

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

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

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

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

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