#E6EDBB

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

Shades of Chiffon #E6EDBB

Tints of Chiffon #E6EDBB

Color information

#E6EDBB (or 0xE6EDBB) is unknown color: approx Chiffon. HEX triplet: E6, ED and BB. RGB value is (230,237,187). Sum of RGB (Red+Green+Blue) = 230+237+187=654 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.17% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 187 (73.44% from 255 or 28.59% from 654); Max value from RGB is 237 - color contains mainly: green. Hex color #E6EDBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EDBB is #191244. Grayscale: #E5E5E5. Windows color (decimal): -1643077 or 12316134. OLE color: 12316134.

HSL color Cylindrical-coordinate representation of color #E6EDBB: hue angle of 68.4º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6EDBB is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB230237187-
CMYK0.0300.210.07
HSL68.4º58.14%83.14%-
HSV(B)68.4º21.1%92.94%-
XYZ71.8980.9858.86-
YUV229.21104.18128.57-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.17%
GREEN value IS 237 (92.97% from 255) = 36.24%
BLUE value IS 187 (73.44% from 255) = 28.59%
R=35.17%
G=36.24%
B=28.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2302371870.0300.210.0768.458.1483.14
HexE6EDBB30157443a53
Octal3463552733025710472123
Binary1110011011101101101110111101010111110001001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EDBB; }

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

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

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

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

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

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

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

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