#EBF1CE

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

Shades of Rice Flower #EBF1CE

Tints of Rice Flower #EBF1CE

Color information

#EBF1CE (or 0xEBF1CE) is unknown color: approx Rice Flower. HEX triplet: EB, F1 and CE. RGB value is (235,241,206). Sum of RGB (Red+Green+Blue) = 235+241+206=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 241 (94.53% from 255 or 35.34% from 682); Blue value is 206 (80.86% from 255 or 30.21% from 682); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF1CE is #140E31. Grayscale: #EBEBEB. Windows color (decimal): -1314354 or 13562347. OLE color: 13562347.

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

Color convert

RGB235241206-
CMYK0.0200.150.05
HSL70.29º55.56%87.65%-
HSV(B)70.29º14.52%94.51%-
XYZ76.8685.0370.75-
YUV235.22111.51127.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.46%
GREEN value IS 241 (94.53% from 255) = 35.34%
BLUE value IS 206 (80.86% from 255) = 30.21%
R=34.46%
G=35.34%
B=30.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352412060.0200.150.0570.2955.5687.65
HexEBF1CE20F5463858
Octal3533613162017510670130
Binary111010111111000111001110100111110110001101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF1CE; }

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

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

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

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

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

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

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

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