Html Css Color HEX #EDF1DB Rice Flower

📋 copy color: '#EDF1DB'

red 237 ◦ green 241 ◦ blue 219

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

Shades of Rice Flower #EDF1DB

Tints of Rice Flower #EDF1DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 31.42%

R = 34%
G = 34.58%
B = 31.42%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#EDF1DB (or 0xEDF1DB) is known color: Rice Flower. HEX triplet: ED, F1 and DB. RGB value is (237,241,219). Sum of RGB (Red+Green+Blue) = 237+241+219=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 241 (94.53% from 255 or 34.58% from 697); Blue value is 219 (85.94% from 255 or 31.42% from 697); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1DB is #120E24. Grayscale: #EDEDED. Windows color (decimal): -1183269 or 14414317. OLE color: 14414317.

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

Color convert

RGB 237 241 219 -
CMYK 0.02 0 0.09 0.05
HSL 70.91º 0.44% 0.9% -
HSV(B) 70.91º 0.09% 0.95% -
XYZ 79.17 86.03 79.45 -
YUV 237.3 117.67 127.79 -
System Red Green Blue C M Y K H S L
Decimal 237 241 219 0.02 0 0.09 0.05 70.91 0.44 0.9
Hex ED F1 DB 2 0 9 5 47 2C 5A
Octal 355 361 333 2 0 11 5 107 54 132
Binary 11101101 11110001 11011011 10 0 1001 101 1000111 101100 1011010

Color Harmonies of #EDF1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF1DB

Black with #EDF1DB

Text Example


Text Example

White with #EDF1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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