Html Css Color HEX #EDF1B6 Chiffon

📋 copy color: '#EDF1B6'

red 237 ◦ green 241 ◦ blue 182

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

Shades of Chiffon #EDF1B6

Tints of Chiffon #EDF1B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 27.58%

R = 35.91%
G = 36.52%
B = 27.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#EDF1B6 (or 0xEDF1B6) is known color: Chiffon. HEX triplet: ED, F1 and B6. RGB value is (237,241,182). Sum of RGB (Red+Green+Blue) = 237+241+182=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 241 (94.53% from 255 or 36.52% from 660); Blue value is 182 (71.48% from 255 or 27.58% from 660); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1B6 is #120E49. Grayscale: #E9E9E9. Windows color (decimal): -1183306 or 11989485. OLE color: 11989485.

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

Color convert

RGB 237 241 182 -
CMYK 0.02 0 0.24 0.05
HSL 64.07º 0.68% 0.83% -
HSV(B) 64.07º 0.24% 0.95% -
XYZ 74.82 84.29 56.58 -
YUV 233.08 99.17 130.8 -
System Red Green Blue C M Y K H S L
Decimal 237 241 182 0.02 0 0.24 0.05 64.07 0.68 0.83
Hex ED F1 B6 2 0 18 5 40 44 53
Octal 355 361 266 2 0 30 5 100 104 123
Binary 11101101 11110001 10110110 10 0 11000 101 1000000 1000100 1010011

Color Harmonies of #EDF1B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF1B6

Black with #EDF1B6

Text Example


Text Example

White with #EDF1B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF1B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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