#EEF3D7

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

Shades of Rice Flower #EEF3D7

Tints of Rice Flower #EEF3D7

Color information

#EEF3D7 (or 0xEEF3D7) is unknown color: approx Rice Flower. HEX triplet: EE, F3 and D7. RGB value is (238,243,215). Sum of RGB (Red+Green+Blue) = 238+243+215=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 243 (95.31% from 255 or 34.91% from 696); Blue value is 215 (84.38% from 255 or 30.89% from 696); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF3D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF3D7 is #110C28. Grayscale: #EEEEEE. Windows color (decimal): -1117225 or 14152686. OLE color: 14152686.

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

Color convert

RGB238243215-
CMYK0.0200.120.05
HSL70.71º53.85%89.8%-
HSV(B)70.71º11.52%95.29%-
XYZ79.5887.1876.92-
YUV238.31114.84127.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.20%
GREEN value IS 243 (95.31% from 255) = 34.91%
BLUE value IS 215 (84.38% from 255) = 30.89%
R=34.20%
G=34.91%
B=30.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382432150.0200.120.0570.7153.8589.8
HexEEF3D720C547365a
Octal3563633272014510766132
Binary111011101111001111010111100110010110001111101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF3D7; }

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

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

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

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

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

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

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

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