Html Css Color HEX #EDF2BF Chiffon

📋 copy color: '#EDF2BF'

red 237 ◦ green 242 ◦ blue 191

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

Shades of Chiffon #EDF2BF

Tints of Chiffon #EDF2BF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.12%

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

R = 35.37%
G = 36.12%
B = 28.51%

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

#EDF2BF (or 0xEDF2BF) is known color: Chiffon. HEX triplet: ED, F2 and BF. RGB value is (237,242,191). Sum of RGB (Red+Green+Blue) = 237+242+191=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 242 (94.92% from 255 or 36.12% from 670); Blue value is 191 (75% from 255 or 28.51% from 670); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2BF is #120D40. Grayscale: #EAEAEA. Windows color (decimal): -1183041 or 12579565. OLE color: 12579565.

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

Color convert

RGB 237 242 191 -
CMYK 0.02 0 0.21 0.05
HSL 65.88º 0.66% 0.85% -
HSV(B) 65.88º 0.21% 0.95% -
XYZ 76.08 85.27 61.74 -
YUV 234.69 103.34 129.65 -
System Red Green Blue C M Y K H S L
Decimal 237 242 191 0.02 0 0.21 0.05 65.88 0.66 0.85
Hex ED F2 BF 2 0 15 5 42 42 55
Octal 355 362 277 2 0 25 5 102 102 125
Binary 11101101 11110010 10111111 10 0 10101 101 1000010 1000010 1010101

Color Harmonies of #EDF2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF2BF

Black with #EDF2BF

Text Example


Text Example

White with #EDF2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF2BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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