Html Css Color HEX #EDF2D8 Rice Flower

📋 copy color: '#EDF2D8'

red 237 ◦ green 242 ◦ blue 216

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

Shades of Rice Flower #EDF2D8

Tints of Rice Flower #EDF2D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 31.08%

R = 34.1%
G = 34.82%
B = 31.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#EDF2D8 (or 0xEDF2D8) is known color: Rice Flower. HEX triplet: ED, F2 and D8. RGB value is (237,242,216). Sum of RGB (Red+Green+Blue) = 237+242+216=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 242 (94.92% from 255 or 34.82% from 695); Blue value is 216 (84.77% from 255 or 31.08% from 695); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2D8 is #120D27. Grayscale: #EDEDED. Windows color (decimal): -1183016 or 14217965. OLE color: 14217965.

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

Color convert

RGB 237 242 216 -
CMYK 0.02 0 0.11 0.05
HSL 71.54º 0.5% 0.9% -
HSV(B) 71.54º 0.11% 0.95% -
XYZ 79.07 86.47 77.49 -
YUV 237.54 115.84 127.61 -
System Red Green Blue C M Y K H S L
Decimal 237 242 216 0.02 0 0.11 0.05 71.54 0.5 0.9
Hex ED F2 D8 2 0 B 5 48 32 5A
Octal 355 362 330 2 0 13 5 110 62 132
Binary 11101101 11110010 11011000 10 0 1011 101 1001000 110010 1011010

Color Harmonies of #EDF2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF2D8

Black with #EDF2D8

Text Example


Text Example

White with #EDF2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF2D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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