Html Css Color HEX #EDE8F5 Magnolia

📋 copy color: '#EDE8F5'

red 237 ◦ green 232 ◦ blue 245

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

Shades of Magnolia #EDE8F5

Tints of Magnolia #EDE8F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 34.31%

R = 33.19%
G = 32.49%
B = 34.31%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EDE8F5 (or 0xEDE8F5) is known color: Magnolia. HEX triplet: ED, E8 and F5. RGB value is (237,232,245). Sum of RGB (Red+Green+Blue) = 237+232+245=714 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.19% from 714); Green value is 232 (91.02% from 255 or 32.49% from 714); Blue value is 245 (96.09% from 255 or 34.31% from 714); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDE8F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE8F5 is #12170A. Grayscale: #EAEAEA. Windows color (decimal): -1185547 or 16115949. OLE color: 16115949.

HSL color Cylindrical-coordinate representation of color #EDE8F5: hue angle of 263.08º degrees, saturation: 0.39, 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 #EDE8F5 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 232 245 -
CMYK 0.03 0.05 0 0.04
HSL 263.08º 0.39% 0.94% -
HSV(B) 263.08º 0.05% 0.96% -
XYZ 80.26 82.31 98.04 -
YUV 234.98 133.66 129.44 -
System Red Green Blue C M Y K H S L
Decimal 237 232 245 0.03 0.05 0 0.04 263.08 0.39 0.94
Hex ED E8 F5 3 5 0 4 107 27 5E
Octal 355 350 365 3 5 0 4 407 47 136
Binary 11101101 11101000 11110101 11 101 0 100 100000111 100111 1011110

Color Harmonies of #EDE8F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE8F5

Black with #EDE8F5

Text Example


Text Example

White with #EDE8F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE8F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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