#EBF2CC

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

Shades of Rice Flower #EBF2CC

Tints of Rice Flower #EBF2CC

Color information

#EBF2CC (or 0xEBF2CC) is unknown color: approx Rice Flower. HEX triplet: EB, F2 and CC. RGB value is (235,242,204). Sum of RGB (Red+Green+Blue) = 235+242+204=681 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.51% from 681); Green value is 242 (94.92% from 255 or 35.54% from 681); Blue value is 204 (80.08% from 255 or 29.96% from 681); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF2CC is #140D33. Grayscale: #EBEBEB. Windows color (decimal): -1314100 or 13431531. OLE color: 13431531.

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

Color convert

RGB235242204-
CMYK0.0300.160.05
HSL71.05º59.38%87.45%-
HSV(B)71.05º15.7%94.9%-
XYZ76.9185.5369.58-
YUV235.58110.18127.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.51%
GREEN value IS 242 (94.92% from 255) = 35.54%
BLUE value IS 204 (80.08% from 255) = 29.96%
R=34.51%
G=35.54%
B=29.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352422040.0300.160.0571.0559.3887.45
HexEBF2CC30105473b57
Octal3533623143020510773127
Binary1110101111110010110011001101000010110001111110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF2CC; }

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

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

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

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

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

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

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

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