#EDF2D1

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

Shades of Rice Flower #EDF2D1

Tints of Rice Flower #EDF2D1

Color information

#EDF2D1 (or 0xEDF2D1) is unknown color: approx Rice Flower. HEX triplet: ED, F2 and D1. RGB value is (237,242,209). Sum of RGB (Red+Green+Blue) = 237+242+209=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 242 (94.92% from 255 or 35.17% from 688); Blue value is 209 (82.03% from 255 or 30.38% from 688); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2D1 is #120D2E. Grayscale: #ECECEC. Windows color (decimal): -1183023 or 13759213. OLE color: 13759213.

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

Color convert

RGB237242209-
CMYK0.0200.140.05
HSL69.09º55.93%88.43%-
HSV(B)69.09º13.64%94.9%-
XYZ78.1986.1172.82-
YUV236.74112.34128.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.45%
GREEN value IS 242 (94.92% from 255) = 35.17%
BLUE value IS 209 (82.03% from 255) = 30.38%
R=34.45%
G=35.17%
B=30.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372422090.0200.140.0569.0955.9388.43
HexEDF2D120E5453858
Octal3553623212016510570130
Binary111011011111001011010001100111010110001011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF2D1; }

 p { color: rgb(237,242,209); }

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

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

 a { background-color: rgb(237,242,209); }

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

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

 span { border-color: rgb(237,242,209); }

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