#EEF1D3

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

Shades of Rice Flower #EEF1D3

Tints of Rice Flower #EEF1D3

Color information

#EEF1D3 (or 0xEEF1D3) is unknown color: approx Rice Flower. HEX triplet: EE, F1 and D3. RGB value is (238,241,211). Sum of RGB (Red+Green+Blue) = 238+241+211=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 241 (94.53% from 255 or 34.93% from 690); Blue value is 211 (82.81% from 255 or 30.58% from 690); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF1D3 is #110E2C. Grayscale: #ECECEC. Windows color (decimal): -1117741 or 13890030. OLE color: 13890030.

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

Color convert

RGB238241211-
CMYK0.0100.120.05
HSL66º51.72%88.63%-
HSV(B)66º12.45%94.51%-
XYZ78.4785.7974.05-
YUV236.68113.51128.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.49%
GREEN value IS 241 (94.53% from 255) = 34.93%
BLUE value IS 211 (82.81% from 255) = 30.58%
R=34.49%
G=34.93%
B=30.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382412110.0100.120.056651.7288.63
HexEEF1D310C5423459
Octal3563613231014510264131
Binary11101110111100011101001110110010110000101101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF1D3; }

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

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

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

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

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

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

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

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