#EBF2B6

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

Shades of Chiffon #EBF2B6

Tints of Chiffon #EBF2B6

Color information

#EBF2B6 (or 0xEBF2B6) is unknown color: approx Chiffon. HEX triplet: EB, F2 and B6. RGB value is (235,242,182). Sum of RGB (Red+Green+Blue) = 235+242+182=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 242 (94.92% from 255 or 36.72% from 659); Blue value is 182 (71.48% from 255 or 27.62% from 659); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF2B6 is #140D49. Grayscale: #E9E9E9. Windows color (decimal): -1314122 or 11989739. OLE color: 11989739.

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

Color convert

RGB235242182-
CMYK0.0300.250.05
HSL67º69.77%83.14%-
HSV(B)67º24.79%94.9%-
XYZ74.4684.5456.65-
YUV233.0799.18129.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.66%
GREEN value IS 242 (94.92% from 255) = 36.72%
BLUE value IS 182 (71.48% from 255) = 27.62%
R=35.66%
G=36.72%
B=27.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352421820.0300.250.056769.7783.14
HexEBF2B630195434653
Octal35336226630315103106123
Binary11101011111100101011011011011001101100001110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF2B6; }

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

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

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

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

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

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

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

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