#EDF6BB

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

Shades of Chiffon #EDF6BB

Tints of Chiffon #EDF6BB

Color information

#EDF6BB (or 0xEDF6BB) is unknown color: approx Chiffon. HEX triplet: ED, F6 and BB. RGB value is (237,246,187). Sum of RGB (Red+Green+Blue) = 237+246+187=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 246 (96.48% from 255 or 36.72% from 670); Blue value is 187 (73.44% from 255 or 27.91% from 670); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF6BB is #120944. Grayscale: #ECECEC. Windows color (decimal): -1182021 or 12318445. OLE color: 12318445.

HSL color Cylindrical-coordinate representation of color #EDF6BB: hue angle of 69.15º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDF6BB is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB237246187-
CMYK0.0400.240.04
HSL69.15º76.62%84.9%-
HSV(B)69.15º23.98%96.47%-
XYZ76.8587.559.85-
YUV236.58100.02128.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.37%
GREEN value IS 246 (96.48% from 255) = 36.72%
BLUE value IS 187 (73.44% from 255) = 27.91%
R=35.37%
G=36.72%
B=27.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372461870.0400.240.0469.1576.6284.9
HexEDF6BB40184454d55
Octal35536627340304105115125
Binary111011011111011010111011100011000100100010110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF6BB; }

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

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

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

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

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

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

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

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