#EDF2D7

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

Shades of Rice Flower #EDF2D7

Tints of Rice Flower #EDF2D7

Color information

#EDF2D7 (or 0xEDF2D7) is unknown color: approx Rice Flower. HEX triplet: ED, F2 and D7. RGB value is (237,242,215). Sum of RGB (Red+Green+Blue) = 237+242+215=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 242 (94.92% from 255 or 34.87% from 694); Blue value is 215 (84.38% from 255 or 30.98% from 694); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2D7 is #120D28. Grayscale: #EDEDED. Windows color (decimal): -1183017 or 14152429. OLE color: 14152429.

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

Color convert

RGB237242215-
CMYK0.0200.110.05
HSL71.11º50.94%89.61%-
HSV(B)71.11º11.16%94.9%-
XYZ78.9486.4276.81-
YUV237.43115.34127.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.15%
GREEN value IS 242 (94.92% from 255) = 34.87%
BLUE value IS 215 (84.38% from 255) = 30.98%
R=34.15%
G=34.87%
B=30.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372422150.0200.110.0571.1150.9489.61
HexEDF2D720B547335a
Octal3553623272013510763132
Binary111011011111001011010111100101110110001111100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF2D7; }

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

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

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

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

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

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

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

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