Html Css Color HEX #EDF4D0 Rice Flower

📋 copy color: '#EDF4D0'

red 237 ◦ green 244 ◦ blue 208

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

Shades of Rice Flower #EDF4D0

Tints of Rice Flower #EDF4D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 30.19%

R = 34.4%
G = 35.41%
B = 30.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#EDF4D0 (or 0xEDF4D0) is known color: Rice Flower. HEX triplet: ED, F4 and D0. RGB value is (237,244,208). Sum of RGB (Red+Green+Blue) = 237+244+208=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 244 (95.70% from 255 or 35.41% from 689); Blue value is 208 (81.64% from 255 or 30.19% from 689); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF4D0 is #120B2F. Grayscale: #EDEDED. Windows color (decimal): -1182512 or 13694189. OLE color: 13694189.

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

Color convert

RGB 237 244 208 -
CMYK 0.03 0 0.15 0.04
HSL 71.67º 0.62% 0.89% -
HSV(B) 71.67º 0.15% 0.96% -
XYZ 78.66 87.26 72.37 -
YUV 237.8 111.18 127.43 -
System Red Green Blue C M Y K H S L
Decimal 237 244 208 0.03 0 0.15 0.04 71.67 0.62 0.89
Hex ED F4 D0 3 0 F 4 48 3E 59
Octal 355 364 320 3 0 17 4 110 76 131
Binary 11101101 11110100 11010000 11 0 1111 100 1001000 111110 1011001

Color Harmonies of #EDF4D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF4D0

Black with #EDF4D0

Text Example


Text Example

White with #EDF4D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF4D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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