Html Css Color HEX #EDF2D5 Rice Flower

📋 copy color: '#EDF2D5'

red 237 ◦ green 242 ◦ blue 213

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

Shades of Rice Flower #EDF2D5

Tints of Rice Flower #EDF2D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 30.78%

R = 34.25%
G = 34.97%
B = 30.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#EDF2D5 (or 0xEDF2D5) is known color: Rice Flower. HEX triplet: ED, F2 and D5. RGB value is (237,242,213). Sum of RGB (Red+Green+Blue) = 237+242+213=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 242 (94.92% from 255 or 34.97% from 692); Blue value is 213 (83.59% from 255 or 30.78% from 692); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2D5 is #120D2A. Grayscale: #EDEDED. Windows color (decimal): -1183019 or 14021357. OLE color: 14021357.

HSL color Cylindrical-coordinate representation of color #EDF2D5: hue angle of 70.34º degrees, saturation: 0.53, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDF2D5 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 242 213 -
CMYK 0.02 0 0.12 0.05
HSL 70.34º 0.53% 0.89% -
HSV(B) 70.34º 0.12% 0.95% -
XYZ 78.69 86.31 75.46 -
YUV 237.2 114.34 127.86 -
System Red Green Blue C M Y K H S L
Decimal 237 242 213 0.02 0 0.12 0.05 70.34 0.53 0.89
Hex ED F2 D5 2 0 C 5 46 35 59
Octal 355 362 325 2 0 14 5 106 65 131
Binary 11101101 11110010 11010101 10 0 1100 101 1000110 110101 1011001

Color Harmonies of #EDF2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF2D5

Black with #EDF2D5

Text Example


Text Example

White with #EDF2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF2D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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