Html Css Color HEX #EDF1CB Rice Flower

📋 copy color: '#EDF1CB'

red 237 ◦ green 241 ◦ blue 203

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

Shades of Rice Flower #EDF1CB

Tints of Rice Flower #EDF1CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 29.81%

R = 34.8%
G = 35.39%
B = 29.81%

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

#EDF1CB (or 0xEDF1CB) is known color: Rice Flower. HEX triplet: ED, F1 and CB. RGB value is (237,241,203). Sum of RGB (Red+Green+Blue) = 237+241+203=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 241 (94.53% from 255 or 35.39% from 681); Blue value is 203 (79.69% from 255 or 29.81% from 681); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1CB is #120E34. Grayscale: #EBEBEB. Windows color (decimal): -1183285 or 13365741. OLE color: 13365741.

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

Color convert

RGB 237 241 203 -
CMYK 0.02 0 0.16 0.05
HSL 66.32º 0.58% 0.87% -
HSV(B) 66.32º 0.16% 0.95% -
XYZ 77.16 85.23 68.88 -
YUV 235.47 109.67 129.09 -
System Red Green Blue C M Y K H S L
Decimal 237 241 203 0.02 0 0.16 0.05 66.32 0.58 0.87
Hex ED F1 CB 2 0 10 5 42 3A 57
Octal 355 361 313 2 0 20 5 102 72 127
Binary 11101101 11110001 11001011 10 0 10000 101 1000010 111010 1010111

Color Harmonies of #EDF1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF1CB

Black with #EDF1CB

Text Example


Text Example

White with #EDF1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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