Html Css Color HEX #EDF5D0 Rice Flower

📋 copy color: '#EDF5D0'

red 237 ◦ green 245 ◦ blue 208

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

Shades of Rice Flower #EDF5D0

Tints of Rice Flower #EDF5D0

RGB

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

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

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

R = 34.35%
G = 35.51%
B = 30.14%

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

#EDF5D0 (or 0xEDF5D0) is known color: Rice Flower. HEX triplet: ED, F5 and D0. RGB value is (237,245,208). Sum of RGB (Red+Green+Blue) = 237+245+208=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 245 (96.09% from 255 or 35.51% from 690); Blue value is 208 (81.64% from 255 or 30.14% from 690); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF5D0 is #120A2F. Grayscale: #EEEEEE. Windows color (decimal): -1182256 or 13694445. OLE color: 13694445.

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

Color convert

RGB 237 245 208 -
CMYK 0.03 0 0.15 0.04
HSL 72.97º 0.65% 0.89% -
HSV(B) 72.97º 0.15% 0.96% -
XYZ 78.96 87.86 72.47 -
YUV 238.39 110.85 127.01 -
System Red Green Blue C M Y K H S L
Decimal 237 245 208 0.03 0 0.15 0.04 72.97 0.65 0.89
Hex ED F5 D0 3 0 F 4 49 41 59
Octal 355 365 320 3 0 17 4 111 101 131
Binary 11101101 11110101 11010000 11 0 1111 100 1001001 1000001 1011001

Color Harmonies of #EDF5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF5D0

Black with #EDF5D0

Text Example


Text Example

White with #EDF5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF5D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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