#EEF2CF

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

Shades of Rice Flower #EEF2CF

Tints of Rice Flower #EEF2CF

Color information

#EEF2CF (or 0xEEF2CF) is unknown color: approx Rice Flower. HEX triplet: EE, F2 and CF. RGB value is (238,242,207). Sum of RGB (Red+Green+Blue) = 238+242+207=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 242 (94.92% from 255 or 35.23% from 687); Blue value is 207 (81.25% from 255 or 30.13% from 687); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2CF is #110D30. Grayscale: #ECECEC. Windows color (decimal): -1117489 or 13628142. OLE color: 13628142.

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

Color convert

RGB238242207-
CMYK0.0200.140.05
HSL66.86º57.38%88.04%-
HSV(B)66.86º14.46%94.9%-
XYZ78.2786.1971.54-
YUV236.81111.17128.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.64%
GREEN value IS 242 (94.92% from 255) = 35.23%
BLUE value IS 207 (81.25% from 255) = 30.13%
R=34.64%
G=35.23%
B=30.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382422070.0200.140.0566.8657.3888.04
HexEEF2CF20E5433958
Octal3563623172016510371130
Binary111011101111001011001111100111010110000111110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF2CF; }

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

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

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

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

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

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

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

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