Html Css Color HEX #EDE9F6 Magnolia

📋 copy color: '#EDE9F6'

red 237 ◦ green 233 ◦ blue 246

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

Shades of Magnolia #EDE9F6

Tints of Magnolia #EDE9F6

RGB

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

 GREEN value IS 233 (91.41% from 255) = 32.54%

 BLUE value IS 246 (96.48% from 255) = 34.36%

R = 33.1%
G = 32.54%
B = 34.36%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EDE9F6 (or 0xEDE9F6) is known color: Magnolia. HEX triplet: ED, E9 and F6. RGB value is (237,233,246). Sum of RGB (Red+Green+Blue) = 237+233+246=716 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.10% from 716); Green value is 233 (91.41% from 255 or 32.54% from 716); Blue value is 246 (96.48% from 255 or 34.36% from 716); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDE9F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE9F6 is #121609. Grayscale: #EBEBEB. Windows color (decimal): -1185290 or 16181741. OLE color: 16181741.

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

Color convert

RGB 237 233 246 -
CMYK 0.04 0.05 0 0.04
HSL 258.46º 0.42% 0.94% -
HSV(B) 258.46º 0.05% 0.96% -
XYZ 80.7 82.94 98.94 -
YUV 235.68 133.83 128.94 -
System Red Green Blue C M Y K H S L
Decimal 237 233 246 0.04 0.05 0 0.04 258.46 0.42 0.94
Hex ED E9 F6 4 5 0 4 102 2A 5E
Octal 355 351 366 4 5 0 4 402 52 136
Binary 11101101 11101001 11110110 100 101 0 100 100000010 101010 1011110

Color Harmonies of #EDE9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE9F6

Black with #EDE9F6

Text Example


Text Example

White with #EDE9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE9F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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