Html Css Color HEX #EDF5CC Rice Flower

📋 copy color: '#EDF5CC'

red 237 ◦ green 245 ◦ blue 204

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

Shades of Rice Flower #EDF5CC

Tints of Rice Flower #EDF5CC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 35.71%

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

R = 34.55%
G = 35.71%
B = 29.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#EDF5CC (or 0xEDF5CC) is known color: Rice Flower. HEX triplet: ED, F5 and CC. RGB value is (237,245,204). Sum of RGB (Red+Green+Blue) = 237+245+204=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 245 (96.09% from 255 or 35.71% from 686); Blue value is 204 (80.08% from 255 or 29.74% from 686); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF5CC is #120A33. Grayscale: #EEEEEE. Windows color (decimal): -1182260 or 13432301. OLE color: 13432301.

HSL color Cylindrical-coordinate representation of color #EDF5CC: hue angle of 71.71º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDF5CC is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 245 204 -
CMYK 0.03 0 0.17 0.04
HSL 71.71º 0.67% 0.88% -
HSV(B) 71.71º 0.17% 0.96% -
XYZ 78.48 87.67 69.91 -
YUV 237.93 108.85 127.33 -
System Red Green Blue C M Y K H S L
Decimal 237 245 204 0.03 0 0.17 0.04 71.71 0.67 0.88
Hex ED F5 CC 3 0 11 4 48 43 58
Octal 355 365 314 3 0 21 4 110 103 130
Binary 11101101 11110101 11001100 11 0 10001 100 1001000 1000011 1011000

Color Harmonies of #EDF5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF5CC

Black with #EDF5CC

Text Example


Text Example

White with #EDF5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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