#EFF4DD

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

Shades of Rice Flower #EFF4DD

Tints of Rice Flower #EFF4DD

Color information

#EFF4DD (or 0xEFF4DD) is unknown color: approx Rice Flower. HEX triplet: EF, F4 and DD. RGB value is (239,244,221). Sum of RGB (Red+Green+Blue) = 239+244+221=704 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.95% from 704); Green value is 244 (95.70% from 255 or 34.66% from 704); Blue value is 221 (86.72% from 255 or 31.39% from 704); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF4DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF4DD is #100B22. Grayscale: #EFEFEF. Windows color (decimal): -1051427 or 14546159. OLE color: 14546159.

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

Color convert

RGB239244221-
CMYK0.0200.090.04
HSL73.04º51.11%91.18%-
HSV(B)73.04º9.43%95.69%-
XYZ8188.2781.18-
YUV239.88117.34127.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.95%
GREEN value IS 244 (95.70% from 255) = 34.66%
BLUE value IS 221 (86.72% from 255) = 31.39%
R=33.95%
G=34.66%
B=31.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392442210.0200.090.0473.0451.1191.18
HexEFF4DD209449335b
Octal3573643352011411163133
Binary111011111111010011011101100100110010010011100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF4DD; }

 p { color: rgb(239,244,221); }

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

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

 a { background-color: rgb(239,244,221); }

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

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

 span { border-color: rgb(239,244,221); }

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