#EBF1CC

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

Shades of Rice Flower #EBF1CC

Tints of Rice Flower #EBF1CC

Color information

#EBF1CC (or 0xEBF1CC) is unknown color: approx Rice Flower. HEX triplet: EB, F1 and CC. RGB value is (235,241,204). Sum of RGB (Red+Green+Blue) = 235+241+204=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 241 (94.53% from 255 or 35.44% from 680); Blue value is 204 (80.08% from 255 or 30% from 680); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF1CC is #140E33. Grayscale: #EBEBEB. Windows color (decimal): -1314356 or 13431275. OLE color: 13431275.

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

Color convert

RGB235241204-
CMYK0.0200.150.05
HSL69.73º56.92%87.25%-
HSV(B)69.73º15.35%94.51%-
XYZ76.6284.9369.48-
YUV234.99110.51128.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.56%
GREEN value IS 241 (94.53% from 255) = 35.44%
BLUE value IS 204 (80.08% from 255) = 30%
R=34.56%
G=35.44%
B=30%

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
Decimal2352412040.0200.150.0569.7356.9287.25
HexEBF1CC20F5463957
Octal3533613142017510671127
Binary111010111111000111001100100111110110001101110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF1CC; }

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

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

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

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

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

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

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

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