#EDF2DB

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

Shades of Rice Flower #EDF2DB

Tints of Rice Flower #EDF2DB

Color information

#EDF2DB (or 0xEDF2DB) is unknown color: approx Rice Flower. HEX triplet: ED, F2 and DB. RGB value is (237,242,219). Sum of RGB (Red+Green+Blue) = 237+242+219=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 242 (94.92% from 255 or 34.67% from 698); Blue value is 219 (85.94% from 255 or 31.38% from 698); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2DB is #120D24. Grayscale: #EDEDED. Windows color (decimal): -1183013 or 14414573. OLE color: 14414573.

HSL color Cylindrical-coordinate representation of color #EDF2DB: hue angle of 73.04º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDF2DB is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB237242219-
CMYK0.0200.100.05
HSL73.04º46.94%90.39%-
HSV(B)73.04º9.5%94.9%-
XYZ79.4686.6279.55-
YUV237.88117.34127.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.95%
GREEN value IS 242 (94.92% from 255) = 34.67%
BLUE value IS 219 (85.94% from 255) = 31.38%
R=33.95%
G=34.67%
B=31.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372422190.0200.100.0573.0446.9490.39
HexEDF2DB20A5492f5a
Octal3553623332012511157132
Binary111011011111001011011011100101010110010011011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF2DB; }

 p { color: rgb(237,242,219); }

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

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

 a { background-color: rgb(237,242,219); }

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

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

 span { border-color: rgb(237,242,219); }

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