#E6F3BA

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

Shades of Chiffon #E6F3BA

Tints of Chiffon #E6F3BA

Color information

#E6F3BA (or 0xE6F3BA) is unknown color: approx Chiffon. HEX triplet: E6, F3 and BA. RGB value is (230,243,186). Sum of RGB (Red+Green+Blue) = 230+243+186=659 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.90% from 659); Green value is 243 (95.31% from 255 or 36.87% from 659); Blue value is 186 (73.05% from 255 or 28.22% from 659); Max value from RGB is 243 - color contains mainly: green. Hex color #E6F3BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F3BA is #190C45. Grayscale: #E8E8E8. Windows color (decimal): -1641542 or 12252134. OLE color: 12252134.

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

Color convert

RGB230243186-
CMYK0.0500.230.05
HSL73.68º70.37%84.12%-
HSV(B)73.68º23.46%95.29%-
XYZ73.5584.4758.88-
YUV232.62101.69126.13-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.90%
GREEN value IS 243 (95.31% from 255) = 36.87%
BLUE value IS 186 (73.05% from 255) = 28.22%
R=34.90%
G=36.87%
B=28.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2302431860.0500.230.0573.6870.3784.12
HexE6F3BA501754a4654
Octal34636327250275112106124
Binary111001101111001110111010101010111101100101010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F3BA; }

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

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

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

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

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

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

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

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