Html Css Color HEX #EDFCB6 Chiffon

📋 copy color: '#EDFCB6'

red 237 ◦ green 252 ◦ blue 182

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

Shades of Chiffon #EDFCB6

Tints of Chiffon #EDFCB6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.56%

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

R = 35.32%
G = 37.56%
B = 27.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#EDFCB6 (or 0xEDFCB6) is known color: Chiffon. HEX triplet: ED, FC and B6. RGB value is (237,252,182). Sum of RGB (Red+Green+Blue) = 237+252+182=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 252 (98.83% from 255 or 37.56% from 671); Blue value is 182 (71.48% from 255 or 27.12% from 671); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCB6 is #120349. Grayscale: #EFEFEF. Windows color (decimal): -1180490 or 11992301. OLE color: 11992301.

HSL color Cylindrical-coordinate representation of color #EDFCB6: hue angle of 72.86º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDFCB6 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 252 182 -
CMYK 0.06 0 0.28 0.01
HSL 72.86º 0.92% 0.85% -
HSV(B) 72.86º 0.28% 0.99% -
XYZ 78.18 91 57.7 -
YUV 239.54 95.53 126.19 -
System Red Green Blue C M Y K H S L
Decimal 237 252 182 0.06 0 0.28 0.01 72.86 0.92 0.85
Hex ED FC B6 6 0 1C 1 49 5C 55
Octal 355 374 266 6 0 34 1 111 134 125
Binary 11101101 11111100 10110110 110 0 11100 1 1001001 1011100 1010101

Color Harmonies of #EDFCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFCB6

Black with #EDFCB6

Text Example


Text Example

White with #EDFCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFCB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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