#EDE2DC

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

Shades of Fair Pink #EDE2DC

Tints of Fair Pink #EDE2DC

Color information

#EDE2DC (or 0xEDE2DC) is unknown color: approx Fair Pink. HEX triplet: ED, E2 and DC. RGB value is (237,226,220). Sum of RGB (Red+Green+Blue) = 237+226+220=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 226 (88.67% from 255 or 33.09% from 683); Blue value is 220 (86.33% from 255 or 32.21% from 683); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE2DC is #121D23. Grayscale: #E4E4E4. Windows color (decimal): -1187108 or 14476013. OLE color: 14476013.

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

Color convert

RGB237226220-
CMYK00.050.070.07
HSL21.18º32.08%89.61%-
HSV(B)21.18º7.17%92.94%-
XYZ75.0477.5678.73-
YUV228.6123.14133.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.70%
GREEN value IS 226 (88.67% from 255) = 33.09%
BLUE value IS 220 (86.33% from 255) = 32.21%
R=34.70%
G=33.09%
B=32.21%

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
Decimal23722622000.050.070.0721.1832.0889.61
HexEDE2DC057715205a
Octal35534233405772540132
Binary1110110111100010110111000101111111101011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE2DC; }

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

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

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

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

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

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

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

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