Html Css Color HEX #EDECF0 Magnolia

📋 copy color: '#EDECF0'

red 237 ◦ green 236 ◦ blue 240

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

Shades of Magnolia #EDECF0

Tints of Magnolia #EDECF0

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EDECF0 (or 0xEDECF0) is known color: Magnolia. HEX triplet: ED, EC and F0. RGB value is (237,236,240). Sum of RGB (Red+Green+Blue) = 237+236+240=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 236 (92.58% from 255 or 33.10% from 713); Blue value is 240 (94.14% from 255 or 33.66% from 713); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDECF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECF0 is #12130F. Grayscale: #ECECEC. Windows color (decimal): -1184528 or 15789293. OLE color: 15789293.

HSL color Cylindrical-coordinate representation of color #EDECF0: hue angle of 255º 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 #EDECF0 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 236 240 -
CMYK 0.01 0.02 0 0.06
HSL 255º 0.12% 0.93% -
HSV(B) 255º 0.02% 0.94% -
XYZ 80.65 84.29 94.46 -
YUV 236.76 129.83 128.17 -
System Red Green Blue C M Y K H S L
Decimal 237 236 240 0.01 0.02 0 0.06 255 0.12 0.93
Hex ED EC F0 1 2 0 6 FF C 5D
Octal 355 354 360 1 2 0 6 377 14 135
Binary 11101101 11101100 11110000 1 10 0 110 11111111 1100 1011101

Color Harmonies of #EDECF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDECF0

Black with #EDECF0

Text Example


Text Example

White with #EDECF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDECF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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