#EBEFDA

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

Shades of Rice Flower #EBEFDA

Tints of Rice Flower #EBEFDA

Color information

#EBEFDA (or 0xEBEFDA) is unknown color: approx Rice Flower. HEX triplet: EB, EF and DA. RGB value is (235,239,218). Sum of RGB (Red+Green+Blue) = 235+239+218=692 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.96% from 692); Green value is 239 (93.75% from 255 or 34.54% from 692); Blue value is 218 (85.55% from 255 or 31.50% from 692); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEFDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEFDA is #141025. Grayscale: #EBEBEB. Windows color (decimal): -1314854 or 14348267. OLE color: 14348267.

HSL color Cylindrical-coordinate representation of color #EBEFDA: hue angle of 71.43º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBEFDA is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB235239218-
CMYK0.0200.090.06
HSL71.43º39.62%89.61%-
HSV(B)71.43º8.79%93.73%-
XYZ77.7884.4678.53-
YUV235.41118.17127.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.96%
GREEN value IS 239 (93.75% from 255) = 34.54%
BLUE value IS 218 (85.55% from 255) = 31.50%
R=33.96%
G=34.54%
B=31.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352392180.0200.090.0671.4339.6289.61
HexEBEFDA209647285a
Octal3533573322011610750132
Binary111010111110111111011010100100111010001111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEFDA; }

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

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

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

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

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

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

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

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