Html Css Color HEX #EDF1BF Chiffon

📋 copy color: '#EDF1BF'

red 237 ◦ green 241 ◦ blue 191

#EDF1BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chiffon #EDF1BF

Tints of Chiffon #EDF1BF

RGB

 RED value IS 237 (92.97% from 255) = 35.43%

 GREEN value IS 241 (94.53% from 255) = 36.02%

 BLUE value IS 191 (75% from 255) = 28.55%

R = 35.43%
G = 36.02%
B = 28.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#EDF1BF (or 0xEDF1BF) is known color: Chiffon. HEX triplet: ED, F1 and BF. RGB value is (237,241,191). Sum of RGB (Red+Green+Blue) = 237+241+191=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 241 (94.53% from 255 or 36.02% from 669); Blue value is 191 (75% from 255 or 28.55% from 669); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1BF is #120E40. Grayscale: #EAEAEA. Windows color (decimal): -1183297 or 12579309. OLE color: 12579309.

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

Color convert

RGB 237 241 191 -
CMYK 0.02 0 0.21 0.05
HSL 64.8º 0.64% 0.85% -
HSV(B) 64.8º 0.21% 0.95% -
XYZ 75.78 84.68 61.64 -
YUV 234.1 103.67 130.07 -
System Red Green Blue C M Y K H S L
Decimal 237 241 191 0.02 0 0.21 0.05 64.8 0.64 0.85
Hex ED F1 BF 2 0 15 5 41 40 55
Octal 355 361 277 2 0 25 5 101 100 125
Binary 11101101 11110001 10111111 10 0 10101 101 1000001 1000000 1010101

Color Harmonies of #EDF1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF1BF

Black with #EDF1BF

Text Example


Text Example

White with #EDF1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF1BF; }

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

 H1.HeaderClassName
 {
   color: #EDF1BF;
 }
 .AnyTagClassName
 {
   color: #EDF1BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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