#EDF6CC

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

Shades of Rice Flower #EDF6CC

Tints of Rice Flower #EDF6CC

Color information

#EDF6CC (or 0xEDF6CC) is unknown color: approx Rice Flower. HEX triplet: ED, F6 and CC. RGB value is (237,246,204). Sum of RGB (Red+Green+Blue) = 237+246+204=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 246 (96.48% from 255 or 35.81% from 687); Blue value is 204 (80.08% from 255 or 29.69% from 687); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF6CC is #120933. Grayscale: #EEEEEE. Windows color (decimal): -1182004 or 13432557. OLE color: 13432557.

HSL color Cylindrical-coordinate representation of color #EDF6CC: hue angle of 72.86º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDF6CC is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB237246204-
CMYK0.0400.170.04
HSL72.86º70%88.24%-
HSV(B)72.86º17.07%96.47%-
XYZ78.7888.2870.01-
YUV238.52108.52126.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.50%
GREEN value IS 246 (96.48% from 255) = 35.81%
BLUE value IS 204 (80.08% from 255) = 29.69%
R=34.50%
G=35.81%
B=29.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372462040.0400.170.0472.867088.24
HexEDF6CC40114494658
Octal35536631440214111106130
Binary111011011111011011001100100010001100100100110001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF6CC; }

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

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

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

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

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

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

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

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