#E6F2B6

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

Shades of Chiffon #E6F2B6

Tints of Chiffon #E6F2B6

Color information

#E6F2B6 (or 0xE6F2B6) is unknown color: approx Chiffon. HEX triplet: E6, F2 and B6. RGB value is (230,242,182). Sum of RGB (Red+Green+Blue) = 230+242+182=654 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.17% from 654); Green value is 242 (94.92% from 255 or 37.00% from 654); Blue value is 182 (71.48% from 255 or 27.83% from 654); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F2B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F2B6 is #190D49. Grayscale: #E7E7E7. Windows color (decimal): -1641802 or 11989734. OLE color: 11989734.

HSL color Cylindrical-coordinate representation of color #E6F2B6: hue angle of 72º 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 #E6F2B6 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB230242182-
CMYK0.0500.250.05
HSL72º69.77%83.14%-
HSV(B)72º24.79%94.9%-
XYZ72.8383.756.57-
YUV231.57100.02126.88-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.17%
GREEN value IS 242 (94.92% from 255) = 37.00%
BLUE value IS 182 (71.48% from 255) = 27.83%
R=35.17%
G=37.00%
B=27.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2302421820.0500.250.057269.7783.14
HexE6F2B650195484653
Octal34636226650315110106123
Binary111001101111001010110110101011001101100100010001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F2B6; }

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

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

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

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

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

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

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

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