Html Css Color HEX #EDF6B6 Chiffon

📋 copy color: '#EDF6B6'

red 237 ◦ green 246 ◦ blue 182

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

Shades of Chiffon #EDF6B6

Tints of Chiffon #EDF6B6

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.99%

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

R = 35.64%
G = 36.99%
B = 27.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#EDF6B6 (or 0xEDF6B6) is known color: Chiffon. HEX triplet: ED, F6 and B6. RGB value is (237,246,182). Sum of RGB (Red+Green+Blue) = 237+246+182=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 246 (96.48% from 255 or 36.99% from 665); Blue value is 182 (71.48% from 255 or 27.37% from 665); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF6B6 is #120949. Grayscale: #ECECEC. Windows color (decimal): -1182026 or 11990765. OLE color: 11990765.

HSL color Cylindrical-coordinate representation of color #EDF6B6: hue angle of 68.44º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDF6B6 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 246 182 -
CMYK 0.04 0 0.26 0.04
HSL 68.44º 0.78% 0.84% -
HSV(B) 68.44º 0.26% 0.96% -
XYZ 76.32 87.29 57.08 -
YUV 236.01 97.52 128.7 -
System Red Green Blue C M Y K H S L
Decimal 237 246 182 0.04 0 0.26 0.04 68.44 0.78 0.84
Hex ED F6 B6 4 0 1A 4 44 4E 54
Octal 355 366 266 4 0 32 4 104 116 124
Binary 11101101 11110110 10110110 100 0 11010 100 1000100 1001110 1010100

Color Harmonies of #EDF6B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF6B6

Black with #EDF6B6

Text Example


Text Example

White with #EDF6B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF6B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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