#EDF1B8

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

Shades of Chiffon #EDF1B8

Tints of Chiffon #EDF1B8

Color information

#EDF1B8 (or 0xEDF1B8) is unknown color: approx Chiffon. HEX triplet: ED, F1 and B8. RGB value is (237,241,184). Sum of RGB (Red+Green+Blue) = 237+241+184=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 241 (94.53% from 255 or 36.40% from 662); Blue value is 184 (72.27% from 255 or 27.79% from 662); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1B8 is #120E47. Grayscale: #E9E9E9. Windows color (decimal): -1183304 or 12120557. OLE color: 12120557.

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

Color convert

RGB237241184-
CMYK0.0200.240.05
HSL64.21º67.06%83.33%-
HSV(B)64.21º23.65%94.51%-
XYZ75.0384.3857.68-
YUV233.31100.17130.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.80%
GREEN value IS 241 (94.53% from 255) = 36.40%
BLUE value IS 184 (72.27% from 255) = 27.79%
R=35.80%
G=36.40%
B=27.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372411840.0200.240.0564.2167.0683.33
HexEDF1B820185404353
Octal35536127020305100103123
Binary11101101111100011011100010011000101100000010000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1B8; }

 p { color: rgb(237,241,184); }

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

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

 a { background-color: rgb(237,241,184); }

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

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

 span { border-color: rgb(237,241,184); }

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