#EDEFD3

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

Shades of Rice Flower #EDEFD3

Tints of Rice Flower #EDEFD3

Color information

#EDEFD3 (or 0xEDEFD3) is unknown color: approx Rice Flower. HEX triplet: ED, EF and D3. RGB value is (237,239,211). Sum of RGB (Red+Green+Blue) = 237+239+211=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 239 (93.75% from 255 or 34.79% from 687); Blue value is 211 (82.81% from 255 or 30.71% from 687); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFD3 is #12102C. Grayscale: #EBEBEB. Windows color (decimal): -1183789 or 13889517. OLE color: 13889517.

HSL color Cylindrical-coordinate representation of color #EDEFD3: hue angle of 64.29º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDEFD3 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB237239211-
CMYK0.0100.120.06
HSL64.29º46.67%88.24%-
HSV(B)64.29º11.72%93.73%-
XYZ77.5584.4473.84-
YUV235.21114.34129.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.50%
GREEN value IS 239 (93.75% from 255) = 34.79%
BLUE value IS 211 (82.81% from 255) = 30.71%
R=34.50%
G=34.79%
B=30.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372392110.0100.120.0664.2946.6788.24
HexEDEFD310C6402f58
Octal3553573231014610057130
Binary11101101111011111101001110110011010000001011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFD3; }

 p { color: rgb(237,239,211); }

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

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

 a { background-color: rgb(237,239,211); }

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

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

 span { border-color: rgb(237,239,211); }

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