#EDF0D3

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

Shades of Rice Flower #EDF0D3

Tints of Rice Flower #EDF0D3

Color information

#EDF0D3 (or 0xEDF0D3) is unknown color: approx Rice Flower. HEX triplet: ED, F0 and D3. RGB value is (237,240,211). Sum of RGB (Red+Green+Blue) = 237+240+211=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 240 (94.14% from 255 or 34.88% from 688); Blue value is 211 (82.81% from 255 or 30.67% from 688); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF0D3 is #120F2C. Grayscale: #EBEBEB. Windows color (decimal): -1183533 or 13889773. OLE color: 13889773.

HSL color Cylindrical-coordinate representation of color #EDF0D3: hue angle of 66.21º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDF0D3 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB237240211-
CMYK0.0100.120.06
HSL66.21º49.15%88.43%-
HSV(B)66.21º12.08%94.12%-
XYZ77.8485.0373.94-
YUV235.8114.01128.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.45%
GREEN value IS 240 (94.14% from 255) = 34.88%
BLUE value IS 211 (82.81% from 255) = 30.67%
R=34.45%
G=34.88%
B=30.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372402110.0100.120.0666.2149.1588.43
HexEDF0D310C6423158
Octal3553603231014610261130
Binary11101101111100001101001110110011010000101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF0D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF0D3; }

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

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

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

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

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

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

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

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