#EFF3DB

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

Shades of Rice Flower #EFF3DB

Tints of Rice Flower #EFF3DB

Color information

#EFF3DB (or 0xEFF3DB) is unknown color: approx Rice Flower. HEX triplet: EF, F3 and DB. RGB value is (239,243,219). Sum of RGB (Red+Green+Blue) = 239+243+219=701 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.09% from 701); Green value is 243 (95.31% from 255 or 34.66% from 701); Blue value is 219 (85.94% from 255 or 31.24% from 701); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF3DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF3DB is #100C24. Grayscale: #EFEFEF. Windows color (decimal): -1051685 or 14414831. OLE color: 14414831.

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

Color convert

RGB239243219-
CMYK0.0200.100.05
HSL70º50%90.59%-
HSV(B)70º9.88%95.29%-
XYZ80.4387.5779.68-
YUV239.07116.67127.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.09%
GREEN value IS 243 (95.31% from 255) = 34.66%
BLUE value IS 219 (85.94% from 255) = 31.24%
R=34.09%
G=34.66%
B=31.24%

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
Decimal2392432190.0200.100.05705090.59
HexEFF3DB20A546325b
Octal3573633332012510662133
Binary111011111111001111011011100101010110001101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF3DB; }

 p { color: rgb(239,243,219); }

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

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

 a { background-color: rgb(239,243,219); }

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

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

 span { border-color: rgb(239,243,219); }

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