#EDF1D3

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

Shades of Rice Flower #EDF1D3

Tints of Rice Flower #EDF1D3

Color information

#EDF1D3 (or 0xEDF1D3) is unknown color: approx Rice Flower. HEX triplet: ED, F1 and D3. RGB value is (237,241,211). Sum of RGB (Red+Green+Blue) = 237+241+211=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 241 (94.53% from 255 or 34.98% from 689); Blue value is 211 (82.81% from 255 or 30.62% from 689); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1D3 is #120E2C. Grayscale: #ECECEC. Windows color (decimal): -1183277 or 13890029. OLE color: 13890029.

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

Color convert

RGB237241211-
CMYK0.0200.120.05
HSL68º51.72%88.63%-
HSV(B)68º12.45%94.51%-
XYZ78.1485.6274.04-
YUV236.38113.67128.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.40%
GREEN value IS 241 (94.53% from 255) = 34.98%
BLUE value IS 211 (82.81% from 255) = 30.62%
R=34.40%
G=34.98%
B=30.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372412110.0200.120.056851.7288.63
HexEDF1D320C5443459
Octal3553613232014510464131
Binary111011011111000111010011100110010110001001101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1D3; }

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

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

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

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

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

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

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

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