#EEF3DD

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

Shades of Rice Flower #EEF3DD

Tints of Rice Flower #EEF3DD

Color information

#EEF3DD (or 0xEEF3DD) is unknown color: approx Rice Flower. HEX triplet: EE, F3 and DD. RGB value is (238,243,221). Sum of RGB (Red+Green+Blue) = 238+243+221=702 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.90% from 702); Green value is 243 (95.31% from 255 or 34.62% from 702); Blue value is 221 (86.72% from 255 or 31.48% from 702); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF3DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF3DD is #110C22. Grayscale: #EFEFEF. Windows color (decimal): -1117219 or 14545902. OLE color: 14545902.

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

Color convert

RGB238243221-
CMYK0.0200.090.05
HSL73.64º47.83%90.98%-
HSV(B)73.64º9.05%95.29%-
XYZ80.3687.581.06-
YUV239117.84127.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.90%
GREEN value IS 243 (95.31% from 255) = 34.62%
BLUE value IS 221 (86.72% from 255) = 31.48%
R=33.90%
G=34.62%
B=31.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382432210.0200.090.0573.6447.8390.98
HexEEF3DD20954a305b
Octal3563633352011511260133
Binary111011101111001111011101100100110110010101100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF3DD; }

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

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

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

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

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

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

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

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