Html Css Color HEX #EDF0EC Panache

📋 copy color: '#EDF0EC'

red 237 ◦ green 240 ◦ blue 236

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

Shades of Panache #EDF0EC

Tints of Panache #EDF0EC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 33.66%

 BLUE value IS 236 (92.58% from 255) = 33.1%

R = 33.24%
G = 33.66%
B = 33.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EDF0EC (or 0xEDF0EC) is known color: Panache. HEX triplet: ED, F0 and EC. RGB value is (237,240,236). Sum of RGB (Red+Green+Blue) = 237+240+236=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 240 (94.14% from 255 or 33.66% from 713); Blue value is 236 (92.58% from 255 or 33.10% from 713); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF0EC is #120F13. Grayscale: #EEEEEE. Windows color (decimal): -1183508 or 15528173. OLE color: 15528173.

HSL color Cylindrical-coordinate representation of color #EDF0EC: hue angle of 105º degrees, saturation: 0.12, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDF0EC is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 236 -
CMYK 0.01 0 0.02 0.06
HSL 105º 0.12% 0.93% -
HSV(B) 105º 0.02% 0.94% -
XYZ 81.23 86.38 91.75 -
YUV 238.65 126.51 126.83 -
System Red Green Blue C M Y K H S L
Decimal 237 240 236 0.01 0 0.02 0.06 105 0.12 0.93
Hex ED F0 EC 1 0 2 6 69 C 5D
Octal 355 360 354 1 0 2 6 151 14 135
Binary 11101101 11110000 11101100 1 0 10 110 1101001 1100 1011101

Color Harmonies of #EDF0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF0EC

Black with #EDF0EC

Text Example


Text Example

White with #EDF0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF0EC; }

 p { color: rgb(237,240,236); }

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

background-color css

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

 a { background-color: rgb(237,240,236); }

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

border-color css

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

 span { border-color: rgb(237,240,236); }

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