#EEF2DB

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

Shades of Rice Flower #EEF2DB

Tints of Rice Flower #EEF2DB

Color information

#EEF2DB (or 0xEEF2DB) is unknown color: approx Rice Flower. HEX triplet: EE, F2 and DB. RGB value is (238,242,219). Sum of RGB (Red+Green+Blue) = 238+242+219=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 242 (94.92% from 255 or 34.62% from 699); Blue value is 219 (85.94% from 255 or 31.33% from 699); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2DB is #110D24. Grayscale: #EEEEEE. Windows color (decimal): -1117477 or 14414574. OLE color: 14414574.

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

Color convert

RGB238242219-
CMYK0.0200.100.05
HSL70.43º46.94%90.39%-
HSV(B)70.43º9.5%94.9%-
XYZ79.886.879.57-
YUV238.18117.17127.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.05%
GREEN value IS 242 (94.92% from 255) = 34.62%
BLUE value IS 219 (85.94% from 255) = 31.33%
R=34.05%
G=34.62%
B=31.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382422190.0200.100.0570.4346.9490.39
HexEEF2DB20A5462f5a
Octal3563623332012510657132
Binary111011101111001011011011100101010110001101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF2DB; }

 p { color: rgb(238,242,219); }

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

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

 a { background-color: rgb(238,242,219); }

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

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

 span { border-color: rgb(238,242,219); }

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