#EFF7CE

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

Shades of Rice Flower #EFF7CE

Tints of Rice Flower #EFF7CE

Color information

#EFF7CE (or 0xEFF7CE) is unknown color: approx Rice Flower. HEX triplet: EF, F7 and CE. RGB value is (239,247,206). Sum of RGB (Red+Green+Blue) = 239+247+206=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 247 (96.88% from 255 or 35.69% from 692); Blue value is 206 (80.86% from 255 or 29.77% from 692); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF7CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF7CE is #100831. Grayscale: #F0F0F0. Windows color (decimal): -1050674 or 13563887. OLE color: 13563887.

HSL color Cylindrical-coordinate representation of color #EFF7CE: hue angle of 71.71º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFF7CE is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB239247206-
CMYK0.0300.170.03
HSL71.71º71.93%88.82%-
HSV(B)71.71º16.6%96.86%-
XYZ8089.3371.42-
YUV239.93108.85127.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.54%
GREEN value IS 247 (96.88% from 255) = 35.69%
BLUE value IS 206 (80.86% from 255) = 29.77%
R=34.54%
G=35.69%
B=29.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2392472060.0300.170.0371.7171.9388.82
HexEFF7CE30113484859
Octal35736731630213110110131
Binary1110111111110111110011101101000111100100010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF7CE; }

 p { color: rgb(239,247,206); }

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

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

 a { background-color: rgb(239,247,206); }

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

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

 span { border-color: rgb(239,247,206); }

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