#EEF1D5

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

Shades of Rice Flower #EEF1D5

Tints of Rice Flower #EEF1D5

Color information

#EEF1D5 (or 0xEEF1D5) is unknown color: approx Rice Flower. HEX triplet: EE, F1 and D5. RGB value is (238,241,213). Sum of RGB (Red+Green+Blue) = 238+241+213=692 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.39% from 692); Green value is 241 (94.53% from 255 or 34.83% from 692); Blue value is 213 (83.59% from 255 or 30.78% from 692); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF1D5 is #110E2A. Grayscale: #EDEDED. Windows color (decimal): -1117739 or 14021102. OLE color: 14021102.

HSL color Cylindrical-coordinate representation of color #EEF1D5: hue angle of 66.43º degrees, saturation: 0.5, 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 #EEF1D5 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB238241213-
CMYK0.0100.120.05
HSL66.43º50%89.02%-
HSV(B)66.43º11.62%94.51%-
XYZ78.7385.8975.38-
YUV236.91114.51128.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.39%
GREEN value IS 241 (94.53% from 255) = 34.83%
BLUE value IS 213 (83.59% from 255) = 30.78%
R=34.39%
G=34.83%
B=30.78%

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
Decimal2382412130.0100.120.0566.435089.02
HexEEF1D510C5423259
Octal3563613251014510262131
Binary11101110111100011101010110110010110000101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF1D5; }

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

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

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

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

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

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

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

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