Html Css Color HEX #EDF1D8 Rice Flower

📋 copy color: '#EDF1D8'

red 237 ◦ green 241 ◦ blue 216

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

Shades of Rice Flower #EDF1D8

Tints of Rice Flower #EDF1D8

RGB

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

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

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

R = 34.15%
G = 34.73%
B = 31.12%

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

#EDF1D8 (or 0xEDF1D8) is known color: Rice Flower. HEX triplet: ED, F1 and D8. RGB value is (237,241,216). Sum of RGB (Red+Green+Blue) = 237+241+216=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 241 (94.53% from 255 or 34.73% from 694); Blue value is 216 (84.77% from 255 or 31.12% from 694); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1D8 is #120E27. Grayscale: #EDEDED. Windows color (decimal): -1183272 or 14217709. OLE color: 14217709.

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

Color convert

RGB 237 241 216 -
CMYK 0.02 0 0.10 0.05
HSL 69.6º 0.47% 0.9% -
HSV(B) 69.6º 0.1% 0.95% -
XYZ 78.78 85.87 77.39 -
YUV 236.95 116.17 128.03 -
System Red Green Blue C M Y K H S L
Decimal 237 241 216 0.02 0 0.10 0.05 69.6 0.47 0.9
Hex ED F1 D8 2 0 A 5 46 2F 5A
Octal 355 361 330 2 0 12 5 106 57 132
Binary 11101101 11110001 11011000 10 0 1010 101 1000110 101111 1011010

Color Harmonies of #EDF1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF1D8

Black with #EDF1D8

Text Example


Text Example

White with #EDF1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF1D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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