#E6F0BB

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

Shades of Chiffon #E6F0BB

Tints of Chiffon #E6F0BB

Color information

#E6F0BB (or 0xE6F0BB) is unknown color: approx Chiffon. HEX triplet: E6, F0 and BB. RGB value is (230,240,187). Sum of RGB (Red+Green+Blue) = 230+240+187=657 (87% of max value = 765). Red value is 230 (90.23% from 255 or 35.01% from 657); Green value is 240 (94.14% from 255 or 36.53% from 657); Blue value is 187 (73.44% from 255 or 28.46% from 657); Max value from RGB is 240 - color contains mainly: green. Hex color #E6F0BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F0BB is #190F44. Grayscale: #E7E7E7. Windows color (decimal): -1642309 or 12316902. OLE color: 12316902.

HSL color Cylindrical-coordinate representation of color #E6F0BB: hue angle of 71.32º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E6F0BB is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB230240187-
CMYK0.0400.220.06
HSL71.32º63.86%83.73%-
HSV(B)71.32º22.08%94.12%-
XYZ72.7682.7359.15-
YUV230.97103.19127.31-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.01%
GREEN value IS 240 (94.14% from 255) = 36.53%
BLUE value IS 187 (73.44% from 255) = 28.46%
R=35.01%
G=36.53%
B=28.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2302401870.0400.220.0671.3263.8683.73
HexE6F0BB40166474054
Octal34636027340266107100124
Binary111001101111000010111011100010110110100011110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F0BB; }

 p { color: rgb(230,240,187); }

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

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

 a { background-color: rgb(230,240,187); }

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

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

 span { border-color: rgb(230,240,187); }

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