#EDE8DA

Color #EDE8DA Buttery White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttery White #EDE8DA

Tints of Buttery White #EDE8DA

Color information

#EDE8DA (or 0xEDE8DA) is unknown color: approx Buttery White. HEX triplet: ED, E8 and DA. RGB value is (237,232,218). Sum of RGB (Red+Green+Blue) = 237+232+218=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 232 (91.02% from 255 or 33.77% from 687); Blue value is 218 (85.55% from 255 or 31.73% from 687); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE8DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE8DA is #121725. Grayscale: #E7E7E7. Windows color (decimal): -1185574 or 14346477. OLE color: 14346477.

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

Color convert

RGB237232218-
CMYK00.020.080.07
HSL44.21º34.55%89.22%-
HSV(B)44.21º8.02%92.94%-
XYZ76.4480.7877.89-
YUV231.9120.16131.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.50%
GREEN value IS 232 (91.02% from 255) = 33.77%
BLUE value IS 218 (85.55% from 255) = 31.73%
R=34.50%
G=33.77%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723221800.020.080.0744.2134.5589.22
HexEDE8DA02872c2359
Octal355350332021075443131
Binary11101101111010001101101001010001111011001000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE8DA; }

 p { color: rgb(237,232,218); }

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

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

 a { background-color: rgb(237,232,218); }

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

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

 span { border-color: rgb(237,232,218); }

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