Html Css Color HEX #E8EDD5 Rice Flower

📋 copy color: '#E8EDD5'

red 232 ◦ green 237 ◦ blue 213

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

Shades of Rice Flower #E8EDD5

Tints of Rice Flower #E8EDD5

RGB

 RED value IS 232 (91.02% from 255) = 34.02%

 GREEN value IS 237 (92.97% from 255) = 34.75%

 BLUE value IS 213 (83.59% from 255) = 31.23%

R = 34.02%
G = 34.75%
B = 31.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#E8EDD5 (or 0xE8EDD5) is known color: Rice Flower. HEX triplet: E8, ED and D5. RGB value is (232,237,213). Sum of RGB (Red+Green+Blue) = 232+237+213=682 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.02% from 682); Green value is 237 (92.97% from 255 or 34.75% from 682); Blue value is 213 (83.59% from 255 or 31.23% from 682); Max value from RGB is 237 - color contains mainly: green. Hex color #E8EDD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EDD5 is #17122A. Grayscale: #E8E8E8. Windows color (decimal): -1511979 or 14020072. OLE color: 14020072.

HSL color Cylindrical-coordinate representation of color #E8EDD5: hue angle of 72.5º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E8EDD5 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 232 237 213 -
CMYK 0.02 0 0.10 0.07
HSL 72.5º 0.4% 0.88% -
HSV(B) 72.5º 0.1% 0.93% -
XYZ 75.57 82.53 74.9 -
YUV 232.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 232 237 213 0.02 0 0.10 0.07 72.5 0.4 0.88
Hex E8 ED D5 2 0 A 7 48 28 58
Octal 350 355 325 2 0 12 7 110 50 130
Binary 11101000 11101101 11010101 10 0 1010 111 1001000 101000 1011000

Color Harmonies of #E8EDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8EDD5

Black with #E8EDD5

Text Example


Text Example

White with #E8EDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8EDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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