#EDF1DB

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

Shades of Rice Flower #EDF1DB

Tints of Rice Flower #EDF1DB

Color information

#EDF1DB (or 0xEDF1DB) is unknown color: approx Rice Flower. HEX triplet: ED, F1 and DB. RGB value is (237,241,219). Sum of RGB (Red+Green+Blue) = 237+241+219=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 241 (94.53% from 255 or 34.58% from 697); Blue value is 219 (85.94% from 255 or 31.42% from 697); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1DB is #120E24. Grayscale: #EDEDED. Windows color (decimal): -1183269 or 14414317. OLE color: 14414317.

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

Color convert

RGB237241219-
CMYK0.0200.090.05
HSL70.91º44%90.2%-
HSV(B)70.91º9.13%94.51%-
XYZ79.1786.0379.45-
YUV237.3117.67127.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.00%
GREEN value IS 241 (94.53% from 255) = 34.58%
BLUE value IS 219 (85.94% from 255) = 31.42%
R=34.00%
G=34.58%
B=31.42%

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
Decimal2372412190.0200.090.0570.914490.2
HexEDF1DB2095472c5a
Octal3553613332011510754132
Binary111011011111000111011011100100110110001111011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1DB; }

 p { color: rgb(237,241,219); }

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

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

 a { background-color: rgb(237,241,219); }

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

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

 span { border-color: rgb(237,241,219); }

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