#EBF1D0

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

Shades of Rice Flower #EBF1D0

Tints of Rice Flower #EBF1D0

Color information

#EBF1D0 (or 0xEBF1D0) is unknown color: approx Rice Flower. HEX triplet: EB, F1 and D0. RGB value is (235,241,208). Sum of RGB (Red+Green+Blue) = 235+241+208=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 241 (94.53% from 255 or 35.23% from 684); Blue value is 208 (81.64% from 255 or 30.41% from 684); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF1D0 is #140E2F. Grayscale: #EBEBEB. Windows color (decimal): -1314352 or 13693419. OLE color: 13693419.

HSL color Cylindrical-coordinate representation of color #EBF1D0: hue angle of 70.91º degrees, saturation: 0.54, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBF1D0 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB235241208-
CMYK0.0200.140.05
HSL70.91º54.1%88.04%-
HSV(B)70.91º13.69%94.51%-
XYZ77.185.1372.04-
YUV235.44112.51127.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.36%
GREEN value IS 241 (94.53% from 255) = 35.23%
BLUE value IS 208 (81.64% from 255) = 30.41%
R=34.36%
G=35.23%
B=30.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352412080.0200.140.0570.9154.188.04
HexEBF1D020E5473658
Octal3533613202016510766130
Binary111010111111000111010000100111010110001111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF1D0; }

 p { color: rgb(235,241,208); }

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

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

 a { background-color: rgb(235,241,208); }

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

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

 span { border-color: rgb(235,241,208); }

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