Html Css Color HEX #EDE8DB Buttery White

📋 copy color: '#EDE8DB'

red 237 ◦ green 232 ◦ blue 219

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

Shades of Buttery White #EDE8DB

Tints of Buttery White #EDE8DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 31.83%

R = 34.45%
G = 33.72%
B = 31.83%

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

#EDE8DB (or 0xEDE8DB) is known color: Buttery White. HEX triplet: ED, E8 and DB. RGB value is (237,232,219). Sum of RGB (Red+Green+Blue) = 237+232+219=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 232 (91.02% from 255 or 33.72% from 688); Blue value is 219 (85.94% from 255 or 31.83% from 688); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE8DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE8DB is #121724. Grayscale: #E8E8E8. Windows color (decimal): -1185573 or 14412013. OLE color: 14412013.

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

Color convert

RGB 237 232 219 -
CMYK 0 0.02 0.08 0.07
HSL 43.33º 0.33% 0.89% -
HSV(B) 43.33º 0.08% 0.93% -
XYZ 76.57 80.83 78.58 -
YUV 232.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 237 232 219 0 0.02 0.08 0.07 43.33 0.33 0.89
Hex ED E8 DB 0 2 8 7 2B 21 59
Octal 355 350 333 0 2 10 7 53 41 131
Binary 11101101 11101000 11011011 0 10 1000 111 101011 100001 1011001

Color Harmonies of #EDE8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE8DB

Black with #EDE8DB

Text Example


Text Example

White with #EDE8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE8DB; }

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

 H1.HeaderClassName
 {
   color: #EDE8DB;
 }
 .AnyTagClassName
 {
   color: #EDE8DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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