Html Css Color HEX #EDF1D3 Rice Flower

📋 copy color: '#EDF1D3'

red 237 ◦ green 241 ◦ blue 211

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

Shades of Rice Flower #EDF1D3

Tints of Rice Flower #EDF1D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 30.62%

R = 34.4%
G = 34.98%
B = 30.62%

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

#EDF1D3 (or 0xEDF1D3) is known color: Rice Flower. HEX triplet: ED, F1 and D3. RGB value is (237,241,211). Sum of RGB (Red+Green+Blue) = 237+241+211=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 241 (94.53% from 255 or 34.98% from 689); Blue value is 211 (82.81% from 255 or 30.62% from 689); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1D3 is #120E2C. Grayscale: #ECECEC. Windows color (decimal): -1183277 or 13890029. OLE color: 13890029.

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

Color convert

RGB 237 241 211 -
CMYK 0.02 0 0.12 0.05
HSL 68º 0.52% 0.89% -
HSV(B) 68º 0.12% 0.95% -
XYZ 78.14 85.62 74.04 -
YUV 236.38 113.67 128.44 -
System Red Green Blue C M Y K H S L
Decimal 237 241 211 0.02 0 0.12 0.05 68 0.52 0.89
Hex ED F1 D3 2 0 C 5 44 34 59
Octal 355 361 323 2 0 14 5 104 64 131
Binary 11101101 11110001 11010011 10 0 1100 101 1000100 110100 1011001

Color Harmonies of #EDF1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF1D3

Black with #EDF1D3

Text Example


Text Example

White with #EDF1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF1D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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