#EDF3BD

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

Shades of Chiffon #EDF3BD

Tints of Chiffon #EDF3BD

Color information

#EDF3BD (or 0xEDF3BD) is unknown color: approx Chiffon. HEX triplet: ED, F3 and BD. RGB value is (237,243,189). Sum of RGB (Red+Green+Blue) = 237+243+189=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 243 (95.31% from 255 or 36.32% from 669); Blue value is 189 (74.22% from 255 or 28.25% from 669); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF3BD is #120C42. Grayscale: #EBEBEB. Windows color (decimal): -1182787 or 12448749. OLE color: 12448749.

HSL color Cylindrical-coordinate representation of color #EDF3BD: hue angle of 66.67º degrees, saturation: 0.69, 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 #EDF3BD is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB237243189-
CMYK0.0200.220.05
HSL66.67º69.23%84.71%-
HSV(B)66.67º22.22%95.29%-
XYZ76.1685.7860.69-
YUV235.05102.01129.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.43%
GREEN value IS 243 (95.31% from 255) = 36.32%
BLUE value IS 189 (74.22% from 255) = 28.25%
R=35.43%
G=36.32%
B=28.25%

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
Decimal2372431890.0200.220.0566.6769.2384.71
HexEDF3BD20165434555
Octal35536327520265103105125
Binary11101101111100111011110110010110101100001110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF3BD; }

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

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

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

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

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

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

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

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