Html Css Color HEX #EDF1CA Rice Flower

📋 copy color: '#EDF1CA'

red 237 ◦ green 241 ◦ blue 202

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

Shades of Rice Flower #EDF1CA

Tints of Rice Flower #EDF1CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 29.71%

R = 34.85%
G = 35.44%
B = 29.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#EDF1CA (or 0xEDF1CA) is known color: Rice Flower. HEX triplet: ED, F1 and CA. RGB value is (237,241,202). Sum of RGB (Red+Green+Blue) = 237+241+202=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 241 (94.53% from 255 or 35.44% from 680); Blue value is 202 (79.30% from 255 or 29.71% from 680); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1CA is #120E35. Grayscale: #EBEBEB. Windows color (decimal): -1183286 or 13300205. OLE color: 13300205.

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

Color convert

RGB 237 241 202 -
CMYK 0.02 0 0.16 0.05
HSL 66.15º 0.58% 0.87% -
HSV(B) 66.15º 0.16% 0.95% -
XYZ 77.04 85.18 68.26 -
YUV 235.36 109.17 129.17 -
System Red Green Blue C M Y K H S L
Decimal 237 241 202 0.02 0 0.16 0.05 66.15 0.58 0.87
Hex ED F1 CA 2 0 10 5 42 3A 57
Octal 355 361 312 2 0 20 5 102 72 127
Binary 11101101 11110001 11001010 10 0 10000 101 1000010 111010 1010111

Color Harmonies of #EDF1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF1CA

Black with #EDF1CA

Text Example


Text Example

White with #EDF1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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