Html Css Color HEX #EDF3DA Rice Flower

📋 copy color: '#EDF3DA'

red 237 ◦ green 243 ◦ blue 218

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

Shades of Rice Flower #EDF3DA

Tints of Rice Flower #EDF3DA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 34.81%

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

R = 33.95%
G = 34.81%
B = 31.23%

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

#EDF3DA (or 0xEDF3DA) is known color: Rice Flower. HEX triplet: ED, F3 and DA. RGB value is (237,243,218). Sum of RGB (Red+Green+Blue) = 237+243+218=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 243 (95.31% from 255 or 34.81% from 698); Blue value is 218 (85.55% from 255 or 31.23% from 698); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF3DA is #120C25. Grayscale: #EEEEEE. Windows color (decimal): -1182758 or 14349293. OLE color: 14349293.

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

Color convert

RGB 237 243 218 -
CMYK 0.02 0 0.10 0.05
HSL 74.4º 0.51% 0.9% -
HSV(B) 74.4º 0.1% 0.95% -
XYZ 79.63 87.17 78.96 -
YUV 238.36 116.51 127.03 -
System Red Green Blue C M Y K H S L
Decimal 237 243 218 0.02 0 0.10 0.05 74.4 0.51 0.9
Hex ED F3 DA 2 0 A 5 4A 33 5A
Octal 355 363 332 2 0 12 5 112 63 132
Binary 11101101 11110011 11011010 10 0 1010 101 1001010 110011 1011010

Color Harmonies of #EDF3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF3DA

Black with #EDF3DA

Text Example


Text Example

White with #EDF3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF3DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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