#EDF3CF

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

Shades of Rice Flower #EDF3CF

Tints of Rice Flower #EDF3CF

Color information

#EDF3CF (or 0xEDF3CF) is unknown color: approx Rice Flower. HEX triplet: ED, F3 and CF. RGB value is (237,243,207). Sum of RGB (Red+Green+Blue) = 237+243+207=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 243 (95.31% from 255 or 35.37% from 687); Blue value is 207 (81.25% from 255 or 30.13% from 687); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF3CF is #120C30. Grayscale: #EDEDED. Windows color (decimal): -1182769 or 13628397. OLE color: 13628397.

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

Color convert

RGB237243207-
CMYK0.0200.150.05
HSL70º60%88.24%-
HSV(B)70º14.81%95.29%-
XYZ78.2486.6171.63-
YUV237.1111.01127.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.50%
GREEN value IS 243 (95.31% from 255) = 35.37%
BLUE value IS 207 (81.25% from 255) = 30.13%
R=34.50%
G=35.37%
B=30.13%

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
Decimal2372432070.0200.150.05706088.24
HexEDF3CF20F5463c58
Octal3553633172017510674130
Binary111011011111001111001111100111110110001101111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF3CF; }

 p { color: rgb(237,243,207); }

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

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

 a { background-color: rgb(237,243,207); }

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

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

 span { border-color: rgb(237,243,207); }

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