Html Css Color HEX #EDE8F6 Magnolia

📋 copy color: '#EDE8F6'

red 237 ◦ green 232 ◦ blue 246

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

Shades of Magnolia #EDE8F6

Tints of Magnolia #EDE8F6

RGB

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

 GREEN value IS 232 (91.02% from 255) = 32.45%

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

R = 33.15%
G = 32.45%
B = 34.41%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EDE8F6 (or 0xEDE8F6) is known color: Magnolia. HEX triplet: ED, E8 and F6. RGB value is (237,232,246). Sum of RGB (Red+Green+Blue) = 237+232+246=715 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.15% from 715); Green value is 232 (91.02% from 255 or 32.45% from 715); Blue value is 246 (96.48% from 255 or 34.41% from 715); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDE8F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE8F6 is #121709. Grayscale: #EBEBEB. Windows color (decimal): -1185546 or 16181485. OLE color: 16181485.

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

Color convert

RGB 237 232 246 -
CMYK 0.04 0.06 0 0.04
HSL 261.43º 0.44% 0.94% -
HSV(B) 261.43º 0.06% 0.96% -
XYZ 80.42 82.37 98.85 -
YUV 235.09 134.16 129.36 -
System Red Green Blue C M Y K H S L
Decimal 237 232 246 0.04 0.06 0 0.04 261.43 0.44 0.94
Hex ED E8 F6 4 6 0 4 105 2C 5E
Octal 355 350 366 4 6 0 4 405 54 136
Binary 11101101 11101000 11110110 100 110 0 100 100000101 101100 1011110

Color Harmonies of #EDE8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE8F6

Black with #EDE8F6

Text Example


Text Example

White with #EDE8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE8F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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