Html Css Color HEX #E7EDCD Rice Flower

📋 copy color: '#E7EDCD'

red 231 ◦ green 237 ◦ blue 205

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

Shades of Rice Flower #E7EDCD

Tints of Rice Flower #E7EDCD

RGB

 RED value IS 231 (90.63% from 255) = 34.32%

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

 BLUE value IS 205 (80.47% from 255) = 30.46%

R = 34.32%
G = 35.22%
B = 30.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#E7EDCD (or 0xE7EDCD) is known color: Rice Flower. HEX triplet: E7, ED and CD. RGB value is (231,237,205). Sum of RGB (Red+Green+Blue) = 231+237+205=673 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.32% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 205 (80.47% from 255 or 30.46% from 673); Max value from RGB is 237 - color contains mainly: green. Hex color #E7EDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7EDCD is #181232. Grayscale: #E7E7E7. Windows color (decimal): -1577523 or 13495783. OLE color: 13495783.

HSL color Cylindrical-coordinate representation of color #E7EDCD: hue angle of 71.25º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E7EDCD is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 231 237 205 -
CMYK 0.03 0 0.14 0.07
HSL 71.25º 0.47% 0.87% -
HSV(B) 71.25º 0.14% 0.93% -
XYZ 74.26 81.97 69.66 -
YUV 231.56 113.01 127.6 -
System Red Green Blue C M Y K H S L
Decimal 231 237 205 0.03 0 0.14 0.07 71.25 0.47 0.87
Hex E7 ED CD 3 0 E 7 47 2F 57
Octal 347 355 315 3 0 16 7 107 57 127
Binary 11100111 11101101 11001101 11 0 1110 111 1000111 101111 1010111

Color Harmonies of #E7EDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7EDCD

Black with #E7EDCD

Text Example


Text Example

White with #E7EDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7EDCD; }

 p { color: rgb(231,237,205); }

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

background-color css

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

 a { background-color: rgb(231,237,205); }

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

border-color css

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

 span { border-color: rgb(231,237,205); }

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