Html Css Color HEX #EDE8DA Buttery White

📋 copy color: '#EDE8DA'

red 237 ◦ green 232 ◦ blue 218

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

Shades of Buttery White #EDE8DA

Tints of Buttery White #EDE8DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 31.73%

R = 34.5%
G = 33.77%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

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

RGB 237 232 218 -
CMYK 0 0.02 0.08 0.07
HSL 44.21º 0.35% 0.89% -
HSV(B) 44.21º 0.08% 0.93% -
XYZ 76.44 80.78 77.89 -
YUV 231.9 120.16 131.64 -
System Red Green Blue C M Y K H S L
Decimal 237 232 218 0 0.02 0.08 0.07 44.21 0.35 0.89
Hex ED E8 DA 0 2 8 7 2C 23 59
Octal 355 350 332 0 2 10 7 54 43 131
Binary 11101101 11101000 11011010 0 10 1000 111 101100 100011 1011001

Color Harmonies of #EDE8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE8DA

Black with #EDE8DA

Text Example


Text Example

White with #EDE8DA

Text Example


Text Example

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