#EDF4CE

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

Shades of Rice Flower #EDF4CE

Tints of Rice Flower #EDF4CE

Color information

#EDF4CE (or 0xEDF4CE) is unknown color: approx Rice Flower. HEX triplet: ED, F4 and CE. RGB value is (237,244,206). Sum of RGB (Red+Green+Blue) = 237+244+206=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 244 (95.70% from 255 or 35.52% from 687); Blue value is 206 (80.86% from 255 or 29.99% from 687); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF4CE is #120B31. Grayscale: #EDEDED. Windows color (decimal): -1182514 or 13563117. OLE color: 13563117.

HSL color Cylindrical-coordinate representation of color #EDF4CE: hue angle of 71.05º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDF4CE is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB237244206-
CMYK0.0300.160.04
HSL71.05º63.33%88.24%-
HSV(B)71.05º15.57%95.69%-
XYZ78.4287.1671.08-
YUV237.58110.18127.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.50%
GREEN value IS 244 (95.70% from 255) = 35.52%
BLUE value IS 206 (80.86% from 255) = 29.99%
R=34.50%
G=35.52%
B=29.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372442060.0300.160.0471.0563.3388.24
HexEDF4CE30104473f58
Octal3553643163020410777130
Binary1110110111110100110011101101000010010001111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF4CE; }

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

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

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

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

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

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

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

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