Html Css Color HEX #EDF1DA Rice Flower

📋 copy color: '#EDF1DA'

red 237 ◦ green 241 ◦ blue 218

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

Shades of Rice Flower #EDF1DA

Tints of Rice Flower #EDF1DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 31.32%

R = 34.05%
G = 34.63%
B = 31.32%

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

#EDF1DA (or 0xEDF1DA) is known color: Rice Flower. HEX triplet: ED, F1 and DA. RGB value is (237,241,218). Sum of RGB (Red+Green+Blue) = 237+241+218=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 241 (94.53% from 255 or 34.63% from 696); Blue value is 218 (85.55% from 255 or 31.32% from 696); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1DA is #120E25. Grayscale: #EDEDED. Windows color (decimal): -1183270 or 14348781. OLE color: 14348781.

HSL color Cylindrical-coordinate representation of color #EDF1DA: hue angle of 70.43º degrees, saturation: 0.45, 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 #EDF1DA is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 241 218 -
CMYK 0.02 0 0.10 0.05
HSL 70.43º 0.45% 0.9% -
HSV(B) 70.43º 0.1% 0.95% -
XYZ 79.04 85.98 78.76 -
YUV 237.18 117.17 127.87 -
System Red Green Blue C M Y K H S L
Decimal 237 241 218 0.02 0 0.10 0.05 70.43 0.45 0.9
Hex ED F1 DA 2 0 A 5 46 2D 5A
Octal 355 361 332 2 0 12 5 106 55 132
Binary 11101101 11110001 11011010 10 0 1010 101 1000110 101101 1011010

Color Harmonies of #EDF1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF1DA

Black with #EDF1DA

Text Example


Text Example

White with #EDF1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF1DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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