Html Css Color HEX #EDF2DA Rice Flower

📋 copy color: '#EDF2DA'

red 237 ◦ green 242 ◦ blue 218

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

Shades of Rice Flower #EDF2DA

Tints of Rice Flower #EDF2DA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 34.72%

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

R = 34%
G = 34.72%
B = 31.28%

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

#EDF2DA (or 0xEDF2DA) is known color: Rice Flower. HEX triplet: ED, F2 and DA. RGB value is (237,242,218). Sum of RGB (Red+Green+Blue) = 237+242+218=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 218 (85.55% from 255 or 31.28% from 697); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2DA is #120D25. Grayscale: #EDEDED. Windows color (decimal): -1183014 or 14349037. OLE color: 14349037.

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

Color convert

RGB 237 242 218 -
CMYK 0.02 0 0.10 0.05
HSL 72.5º 0.48% 0.9% -
HSV(B) 72.5º 0.1% 0.95% -
XYZ 79.33 86.57 78.86 -
YUV 237.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 237 242 218 0.02 0 0.10 0.05 72.5 0.48 0.9
Hex ED F2 DA 2 0 A 5 48 30 5A
Octal 355 362 332 2 0 12 5 110 60 132
Binary 11101101 11110010 11011010 10 0 1010 101 1001000 110000 1011010

Color Harmonies of #EDF2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF2DA

Black with #EDF2DA

Text Example


Text Example

White with #EDF2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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