#EDE3DE

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

Shades of Fair Pink #EDE3DE

Tints of Fair Pink #EDE3DE

Color information

#EDE3DE (or 0xEDE3DE) is unknown color: approx Fair Pink. HEX triplet: ED, E3 and DE. RGB value is (237,227,222). Sum of RGB (Red+Green+Blue) = 237+227+222=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 227 (89.06% from 255 or 33.09% from 686); Blue value is 222 (87.11% from 255 or 32.36% from 686); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE3DE is #121C21. Grayscale: #E5E5E5. Windows color (decimal): -1186850 or 14607341. OLE color: 14607341.

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

Color convert

RGB237227222-
CMYK00.040.060.07
HSL20º29.41%90%-
HSV(B)20º6.33%92.94%-
XYZ75.5878.2280.22-
YUV229.42123.81133.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.55%
GREEN value IS 227 (89.06% from 255) = 33.09%
BLUE value IS 222 (87.11% from 255) = 32.36%
R=34.55%
G=33.09%
B=32.36%

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
Decimal23722722200.040.060.072029.4190
HexEDE3DE0467141d5a
Octal35534333604672435132
Binary111011011110001111011110010011011110100111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE3DE; }

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

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

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

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

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

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

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

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