#EDF2BD

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

Shades of Chiffon #EDF2BD

Tints of Chiffon #EDF2BD

Color information

#EDF2BD (or 0xEDF2BD) is unknown color: approx Chiffon. HEX triplet: ED, F2 and BD. RGB value is (237,242,189). Sum of RGB (Red+Green+Blue) = 237+242+189=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 242 (94.92% from 255 or 36.23% from 668); Blue value is 189 (74.22% from 255 or 28.29% from 668); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2BD is #120D42. Grayscale: #EAEAEA. Windows color (decimal): -1183043 or 12448493. OLE color: 12448493.

HSL color Cylindrical-coordinate representation of color #EDF2BD: hue angle of 65.66º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDF2BD is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB237242189-
CMYK0.0200.220.05
HSL65.66º67.09%84.51%-
HSV(B)65.66º21.9%94.9%-
XYZ75.8685.1860.59-
YUV234.46102.34129.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.48%
GREEN value IS 242 (94.92% from 255) = 36.23%
BLUE value IS 189 (74.22% from 255) = 28.29%
R=35.48%
G=36.23%
B=28.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372421890.0200.220.0565.6667.0984.51
HexEDF2BD20165424355
Octal35536227520265102103125
Binary11101101111100101011110110010110101100001010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF2BD; }

 p { color: rgb(237,242,189); }

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

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

 a { background-color: rgb(237,242,189); }

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

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

 span { border-color: rgb(237,242,189); }

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