#EDF3CD

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

Shades of Rice Flower #EDF3CD

Tints of Rice Flower #EDF3CD

Color information

#EDF3CD (or 0xEDF3CD) is unknown color: approx Rice Flower. HEX triplet: ED, F3 and CD. RGB value is (237,243,205). Sum of RGB (Red+Green+Blue) = 237+243+205=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 243 (95.31% from 255 or 35.47% from 685); Blue value is 205 (80.47% from 255 or 29.93% from 685); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF3CD is #120C32. Grayscale: #EDEDED. Windows color (decimal): -1182771 or 13497325. OLE color: 13497325.

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

Color convert

RGB237243205-
CMYK0.0200.160.05
HSL69.47º61.29%87.84%-
HSV(B)69.47º15.64%95.29%-
XYZ7886.5170.35-
YUV236.87110.01128.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.60%
GREEN value IS 243 (95.31% from 255) = 35.47%
BLUE value IS 205 (80.47% from 255) = 29.93%
R=34.60%
G=35.47%
B=29.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372432050.0200.160.0569.4761.2987.84
HexEDF3CD20105453d58
Octal3553633152020510575130
Binary1110110111110011110011011001000010110001011111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF3CD; }

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

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

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

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

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

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

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

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