#EEF1D7

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

Shades of Rice Flower #EEF1D7

Tints of Rice Flower #EEF1D7

Color information

#EEF1D7 (or 0xEEF1D7) is unknown color: approx Rice Flower. HEX triplet: EE, F1 and D7. RGB value is (238,241,215). Sum of RGB (Red+Green+Blue) = 238+241+215=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 241 (94.53% from 255 or 34.73% from 694); Blue value is 215 (84.38% from 255 or 30.98% from 694); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF1D7 is #110E28. Grayscale: #EDEDED. Windows color (decimal): -1117737 or 14152174. OLE color: 14152174.

HSL color Cylindrical-coordinate representation of color #EEF1D7: hue angle of 66.92º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EEF1D7 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB238241215-
CMYK0.0100.110.05
HSL66.92º48.15%89.41%-
HSV(B)66.92º10.79%94.51%-
XYZ78.9885.9976.73-
YUV237.14115.51128.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.29%
GREEN value IS 241 (94.53% from 255) = 34.73%
BLUE value IS 215 (84.38% from 255) = 30.98%
R=34.29%
G=34.73%
B=30.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382412150.0100.110.0566.9248.1589.41
HexEEF1D710B5433059
Octal3563613271013510360131
Binary11101110111100011101011110101110110000111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF1D7; }

 p { color: rgb(238,241,215); }

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

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

 a { background-color: rgb(238,241,215); }

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

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

 span { border-color: rgb(238,241,215); }

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