#EEF7CE

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

Shades of Rice Flower #EEF7CE

Tints of Rice Flower #EEF7CE

Color information

#EEF7CE (or 0xEEF7CE) is unknown color: approx Rice Flower. HEX triplet: EE, F7 and CE. RGB value is (238,247,206). Sum of RGB (Red+Green+Blue) = 238+247+206=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 247 (96.88% from 255 or 35.75% from 691); Blue value is 206 (80.86% from 255 or 29.81% from 691); Max value from RGB is 247 - color contains mainly: green. Hex color #EEF7CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF7CE is #110831. Grayscale: #EFEFEF. Windows color (decimal): -1116210 or 13563886. OLE color: 13563886.

HSL color Cylindrical-coordinate representation of color #EEF7CE: hue angle of 73.17º 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 #EEF7CE is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB238247206-
CMYK0.0400.170.03
HSL73.17º71.93%88.82%-
HSV(B)73.17º16.6%96.86%-
XYZ79.6689.1571.4-
YUV239.64109.02126.83-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.44%
GREEN value IS 247 (96.88% from 255) = 35.75%
BLUE value IS 206 (80.86% from 255) = 29.81%
R=34.44%
G=35.75%
B=29.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2382472060.0400.170.0373.1771.9388.82
HexEEF7CE40113494859
Octal35636731640213111110131
Binary11101110111101111100111010001000111100100110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF7CE; }

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

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

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

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

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

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

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

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