#EDEFD2

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

Shades of Rice Flower #EDEFD2

Tints of Rice Flower #EDEFD2

Color information

#EDEFD2 (or 0xEDEFD2) is unknown color: approx Rice Flower. HEX triplet: ED, EF and D2. RGB value is (237,239,210). Sum of RGB (Red+Green+Blue) = 237+239+210=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 239 (93.75% from 255 or 34.84% from 686); Blue value is 210 (82.42% from 255 or 30.61% from 686); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFD2 is #12102D. Grayscale: #EBEBEB. Windows color (decimal): -1183790 or 13823981. OLE color: 13823981.

HSL color Cylindrical-coordinate representation of color #EDEFD2: hue angle of 64.14º degrees, saturation: 0.48, 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 #EDEFD2 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB237239210-
CMYK0.0100.120.06
HSL64.14º47.54%88.04%-
HSV(B)64.14º12.13%93.73%-
XYZ77.4284.3973.18-
YUV235.1113.84129.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.55%
GREEN value IS 239 (93.75% from 255) = 34.84%
BLUE value IS 210 (82.42% from 255) = 30.61%
R=34.55%
G=34.84%
B=30.61%

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
Decimal2372392100.0100.120.0664.1447.5488.04
HexEDEFD210C6403058
Octal3553573221014610060130
Binary11101101111011111101001010110011010000001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFD2; }

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

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

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

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

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

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

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

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