Html Css Color HEX #EDF4C6 Rice Flower

📋 copy color: '#EDF4C6'

red 237 ◦ green 244 ◦ blue 198

#EDF4C6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rice Flower #EDF4C6

Tints of Rice Flower #EDF4C6

RGB

 RED value IS 237 (92.97% from 255) = 34.9%

 GREEN value IS 244 (95.7% from 255) = 35.94%

 BLUE value IS 198 (77.73% from 255) = 29.16%

R = 34.9%
G = 35.94%
B = 29.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#EDF4C6 (or 0xEDF4C6) is known color: Rice Flower. HEX triplet: ED, F4 and C6. RGB value is (237,244,198). Sum of RGB (Red+Green+Blue) = 237+244+198=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 244 (95.70% from 255 or 35.94% from 679); Blue value is 198 (77.73% from 255 or 29.16% from 679); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF4C6 is #120B39. Grayscale: #ECECEC. Windows color (decimal): -1182522 or 13038829. OLE color: 13038829.

HSL color Cylindrical-coordinate representation of color #EDF4C6: hue angle of 69.13º degrees, saturation: 0.68, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDF4C6 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 244 198 -
CMYK 0.03 0 0.19 0.04
HSL 69.13º 0.68% 0.87% -
HSV(B) 69.13º 0.19% 0.96% -
XYZ 77.47 86.78 66.09 -
YUV 236.66 106.18 128.24 -
System Red Green Blue C M Y K H S L
Decimal 237 244 198 0.03 0 0.19 0.04 69.13 0.68 0.87
Hex ED F4 C6 3 0 13 4 45 44 57
Octal 355 364 306 3 0 23 4 105 104 127
Binary 11101101 11110100 11000110 11 0 10011 100 1000101 1000100 1010111

Color Harmonies of #EDF4C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF4C6

Black with #EDF4C6

Text Example


Text Example

White with #EDF4C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF4C6; }

 p { color: rgb(237,244,198); }

 H1.HeaderClassName
 {
   color: #EDF4C6;
 }
 .AnyTagClassName
 {
   color: #EDF4C6;
 }
</style>

background-color css

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

 a { background-color: rgb(237,244,198); }

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

border-color css

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

 span { border-color: rgb(237,244,198); }

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