Html Css Color HEX #EDE9DE Buttery White

📋 copy color: '#EDE9DE'

red 237 ◦ green 233 ◦ blue 222

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

Shades of Buttery White #EDE9DE

Tints of Buttery White #EDE9DE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 33.67%

 BLUE value IS 222 (87.11% from 255) = 32.08%

R = 34.25%
G = 33.67%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDE9DE (or 0xEDE9DE) is known color: Buttery White. HEX triplet: ED, E9 and DE. RGB value is (237,233,222). Sum of RGB (Red+Green+Blue) = 237+233+222=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 233 (91.41% from 255 or 33.67% from 692); Blue value is 222 (87.11% from 255 or 32.08% from 692); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE9DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE9DE is #121621. Grayscale: #E8E8E8. Windows color (decimal): -1185314 or 14608877. OLE color: 14608877.

HSL color Cylindrical-coordinate representation of color #EDE9DE: hue angle of 44º degrees, saturation: 0.29, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDE9DE is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 233 222 -
CMYK 0 0.02 0.06 0.07
HSL 44º 0.29% 0.9% -
HSV(B) 44º 0.06% 0.93% -
XYZ 77.25 81.56 80.78 -
YUV 232.94 121.83 130.89 -
System Red Green Blue C M Y K H S L
Decimal 237 233 222 0 0.02 0.06 0.07 44 0.29 0.9
Hex ED E9 DE 0 2 6 7 2C 1D 5A
Octal 355 351 336 0 2 6 7 54 35 132
Binary 11101101 11101001 11011110 0 10 110 111 101100 11101 1011010

Color Harmonies of #EDE9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE9DE

Black with #EDE9DE

Text Example


Text Example

White with #EDE9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE9DE; }

 p { color: rgb(237,233,222); }

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

background-color css

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

 a { background-color: rgb(237,233,222); }

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

border-color css

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

 span { border-color: rgb(237,233,222); }

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