#EDE2DB

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

Shades of Fair Pink #EDE2DB

Tints of Fair Pink #EDE2DB

Color information

#EDE2DB (or 0xEDE2DB) is unknown color: approx Fair Pink. HEX triplet: ED, E2 and DB. RGB value is (237,226,219). Sum of RGB (Red+Green+Blue) = 237+226+219=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 226 (88.67% from 255 or 33.14% from 682); Blue value is 219 (85.94% from 255 or 32.11% from 682); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE2DB is #121D24. Grayscale: #E4E4E4. Windows color (decimal): -1187109 or 14410477. OLE color: 14410477.

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

Color convert

RGB237226219-
CMYK00.050.080.07
HSL23.33º33.33%89.41%-
HSV(B)23.33º7.59%92.94%-
XYZ74.9177.5178.03-
YUV228.49122.64134.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.75%
GREEN value IS 226 (88.67% from 255) = 33.14%
BLUE value IS 219 (85.94% from 255) = 32.11%
R=34.75%
G=33.14%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722621900.050.080.0723.3333.3389.41
HexEDE2DB0587172159
Octal355342333051072741131
Binary11101101111000101101101101011000111101111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE2DB; }

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

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

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

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

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

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

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

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