Html Css Color HEX #EDF4CE Rice Flower

📋 copy color: '#EDF4CE'

red 237 ◦ green 244 ◦ blue 206

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

Shades of Rice Flower #EDF4CE

Tints of Rice Flower #EDF4CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 29.99%

R = 34.5%
G = 35.52%
B = 29.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#EDF4CE (or 0xEDF4CE) is known color: Rice Flower. HEX triplet: ED, F4 and CE. RGB value is (237,244,206). Sum of RGB (Red+Green+Blue) = 237+244+206=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 244 (95.70% from 255 or 35.52% from 687); Blue value is 206 (80.86% from 255 or 29.99% from 687); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF4CE is #120B31. Grayscale: #EDEDED. Windows color (decimal): -1182514 or 13563117. OLE color: 13563117.

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

Color convert

RGB 237 244 206 -
CMYK 0.03 0 0.16 0.04
HSL 71.05º 0.63% 0.88% -
HSV(B) 71.05º 0.16% 0.96% -
XYZ 78.42 87.16 71.08 -
YUV 237.58 110.18 127.59 -
System Red Green Blue C M Y K H S L
Decimal 237 244 206 0.03 0 0.16 0.04 71.05 0.63 0.88
Hex ED F4 CE 3 0 10 4 47 3F 58
Octal 355 364 316 3 0 20 4 107 77 130
Binary 11101101 11110100 11001110 11 0 10000 100 1000111 111111 1011000

Color Harmonies of #EDF4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF4CE

Black with #EDF4CE

Text Example


Text Example

White with #EDF4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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