#E8EFCD

Color #E8EFCD Rice Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rice Flower #E8EFCD

Tints of Rice Flower #E8EFCD

Color information

#E8EFCD (or 0xE8EFCD) is unknown color: approx Rice Flower. HEX triplet: E8, EF and CD. RGB value is (232,239,205). Sum of RGB (Red+Green+Blue) = 232+239+205=676 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.32% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 205 (80.47% from 255 or 30.33% from 676); Max value from RGB is 239 - color contains mainly: green. Hex color #E8EFCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EFCD is #171032. Grayscale: #E9E9E9. Windows color (decimal): -1511475 or 13496296. OLE color: 13496296.

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

Color convert

RGB232239205-
CMYK0.0300.140.06
HSL72.35º51.52%87.06%-
HSV(B)72.35º14.23%93.73%-
XYZ75.1683.369.87-
YUV233.03112.18127.26-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.32%
GREEN value IS 239 (93.75% from 255) = 35.36%
BLUE value IS 205 (80.47% from 255) = 30.33%
R=34.32%
G=35.36%
B=30.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2322392050.0300.140.0672.3551.5287.06
HexE8EFCD30E6483457
Octal3503573153016611064127
Binary111010001110111111001101110111011010010001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8EFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8EFCD; }

 p { color: rgb(232,239,205); }

 H1.HeaderClassName
 {
   color: #E8EFCD;
 }
 .AnyTagClassName
 {
   color: #E8EFCD;
 }
</style>
background-color css

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

 a { background-color: rgb(232,239,205); }

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

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

 span { border-color: rgb(232,239,205); }

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