#EBEFD7

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

Shades of Rice Flower #EBEFD7

Tints of Rice Flower #EBEFD7

Color information

#EBEFD7 (or 0xEBEFD7) is unknown color: approx Rice Flower. HEX triplet: EB, EF and D7. RGB value is (235,239,215). Sum of RGB (Red+Green+Blue) = 235+239+215=689 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.11% from 689); Green value is 239 (93.75% from 255 or 34.69% from 689); Blue value is 215 (84.38% from 255 or 31.20% from 689); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEFD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEFD7 is #141028. Grayscale: #EBEBEB. Windows color (decimal): -1314857 or 14151659. OLE color: 14151659.

HSL color Cylindrical-coordinate representation of color #EBEFD7: hue angle of 70º degrees, saturation: 0.43, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBEFD7 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB235239215-
CMYK0.0200.100.06
HSL70º42.86%89.02%-
HSV(B)70º10.04%93.73%-
XYZ77.3984.376.48-
YUV235.07116.67127.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.11%
GREEN value IS 239 (93.75% from 255) = 34.69%
BLUE value IS 215 (84.38% from 255) = 31.20%
R=34.11%
G=34.69%
B=31.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352392150.0200.100.067042.8689.02
HexEBEFD720A6462b59
Octal3533573272012610653131
Binary111010111110111111010111100101011010001101010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEFD7; }

 p { color: rgb(235,239,215); }

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

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

 a { background-color: rgb(235,239,215); }

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

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

 span { border-color: rgb(235,239,215); }

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