#EEF2CE

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

Shades of Rice Flower #EEF2CE

Tints of Rice Flower #EEF2CE

Color information

#EEF2CE (or 0xEEF2CE) is unknown color: approx Rice Flower. HEX triplet: EE, F2 and CE. RGB value is (238,242,206). Sum of RGB (Red+Green+Blue) = 238+242+206=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 206 (80.86% from 255 or 30.03% from 686); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2CE is #110D31. Grayscale: #ECECEC. Windows color (decimal): -1117490 or 13562606. OLE color: 13562606.

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

Color convert

RGB238242206-
CMYK0.0200.150.05
HSL66.67º58.06%87.84%-
HSV(B)66.67º14.88%94.9%-
XYZ78.1586.1470.9-
YUV236.7110.67128.93-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.69%
GREEN value IS 242 (94.92% from 255) = 35.28%
BLUE value IS 206 (80.86% from 255) = 30.03%
R=34.69%
G=35.28%
B=30.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382422060.0200.150.0566.6758.0687.84
HexEEF2CE20F5433a58
Octal3563623162017510372130
Binary111011101111001011001110100111110110000111110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF2CE; }

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

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

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

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

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

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

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

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