Html Css Color HEX #EDF1CC Rice Flower

📋 copy color: '#EDF1CC'

red 237 ◦ green 241 ◦ blue 204

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

Shades of Rice Flower #EDF1CC

Tints of Rice Flower #EDF1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 29.91%

R = 34.75%
G = 35.34%
B = 29.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#EDF1CC (or 0xEDF1CC) is known color: Rice Flower. HEX triplet: ED, F1 and CC. RGB value is (237,241,204). Sum of RGB (Red+Green+Blue) = 237+241+204=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 241 (94.53% from 255 or 35.34% from 682); Blue value is 204 (80.08% from 255 or 29.91% from 682); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1CC is #120E33. Grayscale: #EBEBEB. Windows color (decimal): -1183284 or 13431277. OLE color: 13431277.

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

Color convert

RGB 237 241 204 -
CMYK 0.02 0 0.15 0.05
HSL 66.49º 0.57% 0.87% -
HSV(B) 66.49º 0.15% 0.95% -
XYZ 77.28 85.27 69.51 -
YUV 235.59 110.17 129.01 -
System Red Green Blue C M Y K H S L
Decimal 237 241 204 0.02 0 0.15 0.05 66.49 0.57 0.87
Hex ED F1 CC 2 0 F 5 42 39 57
Octal 355 361 314 2 0 17 5 102 71 127
Binary 11101101 11110001 11001100 10 0 1111 101 1000010 111001 1010111

Color Harmonies of #EDF1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF1CC

Black with #EDF1CC

Text Example


Text Example

White with #EDF1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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