Html Css Color HEX #EDECEF Magnolia

📋 copy color: '#EDECEF'

red 237 ◦ green 236 ◦ blue 239

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

Shades of Magnolia #EDECEF

Tints of Magnolia #EDECEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 33.57%

R = 33.29%
G = 33.15%
B = 33.57%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EDECEF (or 0xEDECEF) is known color: Magnolia. HEX triplet: ED, EC and EF. RGB value is (237,236,239). Sum of RGB (Red+Green+Blue) = 237+236+239=712 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.29% from 712); Green value is 236 (92.58% from 255 or 33.15% from 712); Blue value is 239 (93.75% from 255 or 33.57% from 712); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDECEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECEF is #121310. Grayscale: #ECECEC. Windows color (decimal): -1184529 or 15723757. OLE color: 15723757.

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

Color convert

RGB 237 236 239 -
CMYK 0.01 0.01 0 0.06
HSL 260º 0.09% 0.93% -
HSV(B) 260º 0.01% 0.94% -
XYZ 80.5 84.23 93.68 -
YUV 236.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 237 236 239 0.01 0.01 0 0.06 260 0.09 0.93
Hex ED EC EF 1 1 0 6 104 9 5D
Octal 355 354 357 1 1 0 6 404 11 135
Binary 11101101 11101100 11101111 1 1 0 110 100000100 1001 1011101

Color Harmonies of #EDECEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDECEF

Black with #EDECEF

Text Example


Text Example

White with #EDECEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDECEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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