#EBF2D5

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

Shades of Rice Flower #EBF2D5

Tints of Rice Flower #EBF2D5

Color information

#EBF2D5 (or 0xEBF2D5) is unknown color: approx Rice Flower. HEX triplet: EB, F2 and D5. RGB value is (235,242,213). Sum of RGB (Red+Green+Blue) = 235+242+213=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 242 (94.92% from 255 or 35.07% from 690); Blue value is 213 (83.59% from 255 or 30.87% from 690); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF2D5 is #140D2A. Grayscale: #ECECEC. Windows color (decimal): -1314091 or 14021355. OLE color: 14021355.

HSL color Cylindrical-coordinate representation of color #EBF2D5: hue angle of 74.48º degrees, saturation: 0.53, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBF2D5 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB235242213-
CMYK0.0300.120.05
HSL74.48º52.73%89.22%-
HSV(B)74.48º11.98%94.9%-
XYZ78.0285.9775.43-
YUV236.6114.68126.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.06%
GREEN value IS 242 (94.92% from 255) = 35.07%
BLUE value IS 213 (83.59% from 255) = 30.87%
R=34.06%
G=35.07%
B=30.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352422130.0300.120.0574.4852.7389.22
HexEBF2D530C54a3559
Octal3533623253014511265131
Binary111010111111001011010101110110010110010101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF2D5; }

 p { color: rgb(235,242,213); }

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

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

 a { background-color: rgb(235,242,213); }

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

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

 span { border-color: rgb(235,242,213); }

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