Html Css Color HEX #EDF1D9 Rice Flower

📋 copy color: '#EDF1D9'

red 237 ◦ green 241 ◦ blue 217

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

Shades of Rice Flower #EDF1D9

Tints of Rice Flower #EDF1D9

RGB

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

 GREEN value IS 241 (94.53% from 255) = 34.68%

 BLUE value IS 217 (85.16% from 255) = 31.22%

R = 34.1%
G = 34.68%
B = 31.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#EDF1D9 (or 0xEDF1D9) is known color: Rice Flower. HEX triplet: ED, F1 and D9. RGB value is (237,241,217). Sum of RGB (Red+Green+Blue) = 237+241+217=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 241 (94.53% from 255 or 34.68% from 695); Blue value is 217 (85.16% from 255 or 31.22% from 695); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1D9 is #120E26. Grayscale: #EDEDED. Windows color (decimal): -1183271 or 14283245. OLE color: 14283245.

HSL color Cylindrical-coordinate representation of color #EDF1D9: hue angle of 70º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDF1D9 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 241 217 -
CMYK 0.02 0 0.10 0.05
HSL 70º 0.46% 0.9% -
HSV(B) 70º 0.1% 0.95% -
XYZ 78.9 85.92 78.07 -
YUV 237.07 116.67 127.95 -
System Red Green Blue C M Y K H S L
Decimal 237 241 217 0.02 0 0.10 0.05 70 0.46 0.9
Hex ED F1 D9 2 0 A 5 46 2E 5A
Octal 355 361 331 2 0 12 5 106 56 132
Binary 11101101 11110001 11011001 10 0 1010 101 1000110 101110 1011010

Color Harmonies of #EDF1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF1D9

Black with #EDF1D9

Text Example


Text Example

White with #EDF1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF1D9; }

 p { color: rgb(237,241,217); }

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

background-color css

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

 a { background-color: rgb(237,241,217); }

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

border-color css

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

 span { border-color: rgb(237,241,217); }

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