#EDF2CE

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

Shades of Rice Flower #EDF2CE

Tints of Rice Flower #EDF2CE

Color information

#EDF2CE (or 0xEDF2CE) is unknown color: approx Rice Flower. HEX triplet: ED, F2 and CE. RGB value is (237,242,206). Sum of RGB (Red+Green+Blue) = 237+242+206=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 242 (94.92% from 255 or 35.33% from 685); Blue value is 206 (80.86% from 255 or 30.07% from 685); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2CE is #120D31. Grayscale: #ECECEC. Windows color (decimal): -1183026 or 13562605. OLE color: 13562605.

HSL color Cylindrical-coordinate representation of color #EDF2CE: hue angle of 68.33º degrees, saturation: 0.58, 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 #EDF2CE is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB237242206-
CMYK0.0200.150.05
HSL68.33º58.06%87.84%-
HSV(B)68.33º14.88%94.9%-
XYZ77.8285.9770.88-
YUV236.4110.84128.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.60%
GREEN value IS 242 (94.92% from 255) = 35.33%
BLUE value IS 206 (80.86% from 255) = 30.07%
R=34.60%
G=35.33%
B=30.07%

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
Decimal2372422060.0200.150.0568.3358.0687.84
HexEDF2CE20F5443a58
Octal3553623162017510472130
Binary111011011111001011001110100111110110001001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF2CE; }

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

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

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

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

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

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

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

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