Html Css Color HEX #EDE8DC Buttery White

📋 copy color: '#EDE8DC'

red 237 ◦ green 232 ◦ blue 220

#EDE8DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buttery White #EDE8DC

Tints of Buttery White #EDE8DC

RGB

 RED value IS 237 (92.97% from 255) = 34.4%

 GREEN value IS 232 (91.02% from 255) = 33.67%

 BLUE value IS 220 (86.33% from 255) = 31.93%

R = 34.4%
G = 33.67%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDE8DC (or 0xEDE8DC) is known color: 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

RGB 237 232 220 -
CMYK 0 0.02 0.07 0.07
HSL 42.35º 0.32% 0.9% -
HSV(B) 42.35º 0.07% 0.93% -
XYZ 76.7 80.89 79.28 -
YUV 232.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 237 232 220 0 0.02 0.07 0.07 42.35 0.32 0.9
Hex ED E8 DC 0 2 7 7 2A 20 5A
Octal 355 350 334 0 2 7 7 52 40 132
Binary 11101101 11101000 11011100 0 10 111 111 101010 100000 1011010

Color Harmonies of #EDE8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE8DC

Black with #EDE8DC

Text Example


Text Example

White with #EDE8DC

Text Example


Text Example

HTML Codes & Css Web 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>