Html Css Color HEX #EDF1BD Chiffon

📋 copy color: '#EDF1BD'

red 237 ◦ green 241 ◦ blue 189

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

Shades of Chiffon #EDF1BD

Tints of Chiffon #EDF1BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 28.34%

R = 35.53%
G = 36.13%
B = 28.34%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#EDF1BD (or 0xEDF1BD) is known color: Chiffon. HEX triplet: ED, F1 and BD. RGB value is (237,241,189). Sum of RGB (Red+Green+Blue) = 237+241+189=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 241 (94.53% from 255 or 36.13% from 667); Blue value is 189 (74.22% from 255 or 28.34% from 667); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1BD is #120E42. Grayscale: #EAEAEA. Windows color (decimal): -1183299 or 12448237. OLE color: 12448237.

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

Color convert

RGB 237 241 189 -
CMYK 0.02 0 0.22 0.05
HSL 64.62º 0.65% 0.84% -
HSV(B) 64.62º 0.22% 0.95% -
XYZ 75.57 84.59 60.49 -
YUV 233.88 102.67 130.23 -
System Red Green Blue C M Y K H S L
Decimal 237 241 189 0.02 0 0.22 0.05 64.62 0.65 0.84
Hex ED F1 BD 2 0 16 5 41 41 54
Octal 355 361 275 2 0 26 5 101 101 124
Binary 11101101 11110001 10111101 10 0 10110 101 1000001 1000001 1010100

Color Harmonies of #EDF1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF1BD

Black with #EDF1BD

Text Example


Text Example

White with #EDF1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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