Html Css Color HEX #EDF0D1 Rice Flower

📋 copy color: '#EDF0D1'

red 237 ◦ green 240 ◦ blue 209

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

Shades of Rice Flower #EDF0D1

Tints of Rice Flower #EDF0D1

RGB

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

 GREEN value IS 240 (94.14% from 255) = 34.99%

 BLUE value IS 209 (82.03% from 255) = 30.47%

R = 34.55%
G = 34.99%
B = 30.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EDF0D1 (or 0xEDF0D1) is known color: Rice Flower. HEX triplet: ED, F0 and D1. RGB value is (237,240,209). Sum of RGB (Red+Green+Blue) = 237+240+209=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 240 (94.14% from 255 or 34.99% from 686); Blue value is 209 (82.03% from 255 or 30.47% from 686); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF0D1 is #120F2E. Grayscale: #EBEBEB. Windows color (decimal): -1183535 or 13758701. OLE color: 13758701.

HSL color Cylindrical-coordinate representation of color #EDF0D1: hue angle of 65.81º degrees, saturation: 0.51, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDF0D1 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 209 -
CMYK 0.01 0 0.13 0.06
HSL 65.81º 0.51% 0.88% -
HSV(B) 65.81º 0.13% 0.94% -
XYZ 77.59 84.93 72.62 -
YUV 235.57 113.01 129.02 -
System Red Green Blue C M Y K H S L
Decimal 237 240 209 0.01 0 0.13 0.06 65.81 0.51 0.88
Hex ED F0 D1 1 0 D 6 42 33 58
Octal 355 360 321 1 0 15 6 102 63 130
Binary 11101101 11110000 11010001 1 0 1101 110 1000010 110011 1011000

Color Harmonies of #EDF0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF0D1

Black with #EDF0D1

Text Example


Text Example

White with #EDF0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF0D1; }

 p { color: rgb(237,240,209); }

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

background-color css

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

 a { background-color: rgb(237,240,209); }

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

border-color css

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

 span { border-color: rgb(237,240,209); }

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