#EDE8DC

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

Shades of Buttery White #EDE8DC

Tints of Buttery White #EDE8DC

Color information

#EDE8DC (or 0xEDE8DC) is unknown color: approx Buttery White. HEX triplet: ED, E8 and DC. RGB value is (237,232,220). Sum of RGB (Red+Green+Blue) = 237+232+220=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 232 (91.02% from 255 or 33.67% from 689); Blue value is 220 (86.33% from 255 or 31.93% from 689); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE8DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE8DC is #121723. Grayscale: #E8E8E8. Windows color (decimal): -1185572 or 14477549. OLE color: 14477549.

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

Color convert

RGB237232220-
CMYK00.020.070.07
HSL42.35º32.08%89.61%-
HSV(B)42.35º7.17%92.94%-
XYZ76.780.8979.28-
YUV232.13121.16131.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.40%
GREEN value IS 232 (91.02% from 255) = 33.67%
BLUE value IS 220 (86.33% from 255) = 31.93%
R=34.40%
G=33.67%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723222000.020.070.0742.3532.0889.61
HexEDE8DC02772a205a
Octal35535033402775240132
Binary1110110111101000110111000101111111010101000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE8DC; }

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

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

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

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

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

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

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

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