Html Css Color HEX #E7EDCE Rice Flower

📋 copy color: '#E7EDCE'

red 231 ◦ green 237 ◦ blue 206

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

Shades of Rice Flower #E7EDCE

Tints of Rice Flower #E7EDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 30.56%

R = 34.27%
G = 35.16%
B = 30.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#E7EDCE (or 0xE7EDCE) is known color: Rice Flower. HEX triplet: E7, ED and CE. RGB value is (231,237,206). Sum of RGB (Red+Green+Blue) = 231+237+206=674 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.27% from 674); Green value is 237 (92.97% from 255 or 35.16% from 674); Blue value is 206 (80.86% from 255 or 30.56% from 674); Max value from RGB is 237 - color contains mainly: green. Hex color #E7EDCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7EDCE is #181231. Grayscale: #E7E7E7. Windows color (decimal): -1577522 or 13561319. OLE color: 13561319.

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

Color convert

RGB 231 237 206 -
CMYK 0.03 0 0.13 0.07
HSL 71.61º 0.46% 0.87% -
HSV(B) 71.61º 0.13% 0.93% -
XYZ 74.38 82.01 70.3 -
YUV 231.67 113.51 127.52 -
System Red Green Blue C M Y K H S L
Decimal 231 237 206 0.03 0 0.13 0.07 71.61 0.46 0.87
Hex E7 ED CE 3 0 D 7 48 2E 57
Octal 347 355 316 3 0 15 7 110 56 127
Binary 11100111 11101101 11001110 11 0 1101 111 1001000 101110 1010111

Color Harmonies of #E7EDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7EDCE

Black with #E7EDCE

Text Example


Text Example

White with #E7EDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7EDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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