Html Css Color HEX #EDF5BF Chiffon

📋 copy color: '#EDF5BF'

red 237 ◦ green 245 ◦ blue 191

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

Shades of Chiffon #EDF5BF

Tints of Chiffon #EDF5BF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.4%

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

R = 35.22%
G = 36.4%
B = 28.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#EDF5BF (or 0xEDF5BF) is known color: Chiffon. HEX triplet: ED, F5 and BF. RGB value is (237,245,191). Sum of RGB (Red+Green+Blue) = 237+245+191=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 245 (96.09% from 255 or 36.40% from 673); Blue value is 191 (75% from 255 or 28.38% from 673); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF5BF is #120A40. Grayscale: #ECECEC. Windows color (decimal): -1182273 or 12580333. OLE color: 12580333.

HSL color Cylindrical-coordinate representation of color #EDF5BF: hue angle of 68.89º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDF5BF is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 245 191 -
CMYK 0.03 0 0.22 0.04
HSL 68.89º 0.73% 0.85% -
HSV(B) 68.89º 0.22% 0.96% -
XYZ 76.98 87.07 62.04 -
YUV 236.45 102.35 128.39 -
System Red Green Blue C M Y K H S L
Decimal 237 245 191 0.03 0 0.22 0.04 68.89 0.73 0.85
Hex ED F5 BF 3 0 16 4 45 49 55
Octal 355 365 277 3 0 26 4 105 111 125
Binary 11101101 11110101 10111111 11 0 10110 100 1000101 1001001 1010101

Color Harmonies of #EDF5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF5BF

Black with #EDF5BF

Text Example


Text Example

White with #EDF5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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