Html Css Color HEX #EDF5CE Rice Flower

📋 copy color: '#EDF5CE'

red 237 ◦ green 245 ◦ blue 206

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

Shades of Rice Flower #EDF5CE

Tints of Rice Flower #EDF5CE

RGB

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

 GREEN value IS 245 (96.09% from 255) = 35.61%

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

R = 34.45%
G = 35.61%
B = 29.94%

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

#EDF5CE (or 0xEDF5CE) is known color: Rice Flower. HEX triplet: ED, F5 and CE. RGB value is (237,245,206). Sum of RGB (Red+Green+Blue) = 237+245+206=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 245 (96.09% from 255 or 35.61% from 688); Blue value is 206 (80.86% from 255 or 29.94% from 688); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF5CE is #120A31. Grayscale: #EEEEEE. Windows color (decimal): -1182258 or 13563373. OLE color: 13563373.

HSL color Cylindrical-coordinate representation of color #EDF5CE: hue angle of 72.31º degrees, saturation: 0.66, 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 #EDF5CE is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 245 206 -
CMYK 0.03 0 0.16 0.04
HSL 72.31º 0.66% 0.88% -
HSV(B) 72.31º 0.16% 0.96% -
XYZ 78.72 87.77 71.18 -
YUV 238.16 109.85 127.17 -
System Red Green Blue C M Y K H S L
Decimal 237 245 206 0.03 0 0.16 0.04 72.31 0.66 0.88
Hex ED F5 CE 3 0 10 4 48 42 58
Octal 355 365 316 3 0 20 4 110 102 130
Binary 11101101 11110101 11001110 11 0 10000 100 1001000 1000010 1011000

Color Harmonies of #EDF5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF5CE

Black with #EDF5CE

Text Example


Text Example

White with #EDF5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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