Html Css Color HEX #E8EDCC Rice Flower

📋 copy color: '#E8EDCC'

red 232 ◦ green 237 ◦ blue 204

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

Shades of Rice Flower #E8EDCC

Tints of Rice Flower #E8EDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30.31%

R = 34.47%
G = 35.22%
B = 30.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#E8EDCC (or 0xE8EDCC) is known color: Rice Flower. HEX triplet: E8, ED and CC. RGB value is (232,237,204). Sum of RGB (Red+Green+Blue) = 232+237+204=673 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.47% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 204 (80.08% from 255 or 30.31% from 673); Max value from RGB is 237 - color contains mainly: green. Hex color #E8EDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EDCC is #171233. Grayscale: #E7E7E7. Windows color (decimal): -1511988 or 13430248. OLE color: 13430248.

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

Color convert

RGB 232 237 204 -
CMYK 0.02 0 0.14 0.07
HSL 69.09º 0.48% 0.86% -
HSV(B) 69.09º 0.14% 0.93% -
XYZ 74.46 82.08 69.05 -
YUV 231.74 112.34 128.18 -
System Red Green Blue C M Y K H S L
Decimal 232 237 204 0.02 0 0.14 0.07 69.09 0.48 0.86
Hex E8 ED CC 2 0 E 7 45 30 56
Octal 350 355 314 2 0 16 7 105 60 126
Binary 11101000 11101101 11001100 10 0 1110 111 1000101 110000 1010110

Color Harmonies of #E8EDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8EDCC

Black with #E8EDCC

Text Example


Text Example

White with #E8EDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8EDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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