Html Css Color HEX #E8EDCF Rice Flower

📋 copy color: '#E8EDCF'

red 232 ◦ green 237 ◦ blue 207

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

Shades of Rice Flower #E8EDCF

Tints of Rice Flower #E8EDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 30.62%

R = 34.32%
G = 35.06%
B = 30.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#E8EDCF (or 0xE8EDCF) is known color: Rice Flower. HEX triplet: E8, ED and CF. RGB value is (232,237,207). Sum of RGB (Red+Green+Blue) = 232+237+207=676 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.32% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 207 (81.25% from 255 or 30.62% from 676); Max value from RGB is 237 - color contains mainly: green. Hex color #E8EDCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EDCF is #171230. Grayscale: #E8E8E8. Windows color (decimal): -1511985 or 13626856. OLE color: 13626856.

HSL color Cylindrical-coordinate representation of color #E8EDCF: hue angle of 70º degrees, saturation: 0.45, 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 #E8EDCF is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 232 237 207 -
CMYK 0.02 0 0.13 0.07
HSL 70º 0.45% 0.87% -
HSV(B) 70º 0.13% 0.93% -
XYZ 74.83 82.23 70.96 -
YUV 232.09 113.84 127.94 -
System Red Green Blue C M Y K H S L
Decimal 232 237 207 0.02 0 0.13 0.07 70 0.45 0.87
Hex E8 ED CF 2 0 D 7 46 2D 57
Octal 350 355 317 2 0 15 7 106 55 127
Binary 11101000 11101101 11001111 10 0 1101 111 1000110 101101 1010111

Color Harmonies of #E8EDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8EDCF

Black with #E8EDCF

Text Example


Text Example

White with #E8EDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8EDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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