#EDF1CC

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

Shades of Rice Flower #EDF1CC

Tints of Rice Flower #EDF1CC

Color information

#EDF1CC (or 0xEDF1CC) is unknown color: approx Rice Flower. HEX triplet: ED, F1 and CC. RGB value is (237,241,204). Sum of RGB (Red+Green+Blue) = 237+241+204=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 241 (94.53% from 255 or 35.34% from 682); Blue value is 204 (80.08% from 255 or 29.91% from 682); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1CC is #120E33. Grayscale: #EBEBEB. Windows color (decimal): -1183284 or 13431277. OLE color: 13431277.

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

Color convert

RGB237241204-
CMYK0.0200.150.05
HSL66.49º56.92%87.25%-
HSV(B)66.49º15.35%94.51%-
XYZ77.2885.2769.51-
YUV235.59110.17129.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.75%
GREEN value IS 241 (94.53% from 255) = 35.34%
BLUE value IS 204 (80.08% from 255) = 29.91%
R=34.75%
G=35.34%
B=29.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372412040.0200.150.0566.4956.9287.25
HexEDF1CC20F5423957
Octal3553613142017510271127
Binary111011011111000111001100100111110110000101110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1CC; }

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

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

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

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

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

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

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

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