#EDF4CD

Color #EDF4CD Rice Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rice Flower #EDF4CD

Tints of Rice Flower #EDF4CD

Color information

#EDF4CD (or 0xEDF4CD) is unknown color: approx Rice Flower. HEX triplet: ED, F4 and CD. RGB value is (237,244,205). Sum of RGB (Red+Green+Blue) = 237+244+205=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 244 (95.70% from 255 or 35.57% from 686); Blue value is 205 (80.47% from 255 or 29.88% from 686); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF4CD is #120B32. Grayscale: #EDEDED. Windows color (decimal): -1182515 or 13497581. OLE color: 13497581.

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

Color convert

RGB237244205-
CMYK0.0300.160.04
HSL70.77º63.93%88.04%-
HSV(B)70.77º15.98%95.69%-
XYZ78.387.1170.45-
YUV237.46109.68127.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.55%
GREEN value IS 244 (95.70% from 255) = 35.57%
BLUE value IS 205 (80.47% from 255) = 29.88%
R=34.55%
G=35.57%
B=29.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372442050.0300.160.0470.7763.9388.04
HexEDF4CD30104474058
Octal35536431530204107100130
Binary11101101111101001100110111010000100100011110000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF4CD; }

 p { color: rgb(237,244,205); }

 H1.HeaderClassName
 {
   color: #EDF4CD;
 }
 .AnyTagClassName
 {
   color: #EDF4CD;
 }
</style>
background-color css

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

 a { background-color: rgb(237,244,205); }

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

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

 span { border-color: rgb(237,244,205); }

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