#EBF2BE

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

Shades of Chiffon #EBF2BE

Tints of Chiffon #EBF2BE

Color information

#EBF2BE (or 0xEBF2BE) is unknown color: approx Chiffon. HEX triplet: EB, F2 and BE. RGB value is (235,242,190). Sum of RGB (Red+Green+Blue) = 235+242+190=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 190 (74.61% from 255 or 28.49% from 667); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF2BE is #140D41. Grayscale: #EAEAEA. Windows color (decimal): -1314114 or 12514027. OLE color: 12514027.

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

Color convert

RGB235242190-
CMYK0.0300.210.05
HSL68.08º66.67%84.71%-
HSV(B)68.08º21.49%94.9%-
XYZ75.3184.8861.13-
YUV233.98103.18128.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.23%
GREEN value IS 242 (94.92% from 255) = 36.28%
BLUE value IS 190 (74.61% from 255) = 28.49%
R=35.23%
G=36.28%
B=28.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352421900.0300.210.0568.0866.6784.71
HexEBF2BE30155444355
Octal35336227630255104103125
Binary11101011111100101011111011010101101100010010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF2BE; }

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

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

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

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

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

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

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

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