#e6f0ba

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

Shades of Chiffon #E6F0BA

Tints of Chiffon #E6F0BA

Color information

#E6F0BA (or 0xE6F0BA) is unknown color: approx Chiffon. HEX triplet: E6, F0 and BA. RGB value is (230,240,186). Sum of RGB (Red+Green+Blue) = 230+240+186=656 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.06% from 656); Green value is 240 (94.14% from 255 or 36.59% from 656); Blue value is 186 (73.05% from 255 or 28.35% from 656); Max value from RGB is 240 - color contains mainly: green. Hex color #E6F0BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F0BA is #190F45. Grayscale: #E7E7E7. Windows color (decimal): -1642310 or 12251366. OLE color: 12251366.

HSL color Cylindrical-coordinate representation of color #E6F0BA: hue angle of 71.11º 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 #E6F0BA is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB230240186-
CMYK0.0400.220.06
HSL71.11º64.29%83.53%-
HSV(B)71.11º22.5%94.12%-
XYZ72.6682.6958.59-
YUV230.85102.69127.39-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.06%
GREEN value IS 240 (94.14% from 255) = 36.59%
BLUE value IS 186 (73.05% from 255) = 28.35%
R=35.06%
G=36.59%
B=28.35%

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
Decimal2302401860.0400.220.0671.1164.2983.53
HexE6F0BA40166474054
Octal34636027240266107100124
Binary111001101111000010111010100010110110100011110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6f0ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6f0ba; }

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

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

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

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

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

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

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

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