Html Css Color HEX #EDE5F8 Magnolia

📋 copy color: '#EDE5F8'

red 237 ◦ green 229 ◦ blue 248

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

Shades of Magnolia #EDE5F8

Tints of Magnolia #EDE5F8

RGB

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

 GREEN value IS 229 (89.84% from 255) = 32.07%

 BLUE value IS 248 (97.27% from 255) = 34.73%

R = 33.19%
G = 32.07%
B = 34.73%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EDE5F8 (or 0xEDE5F8) is known color: Magnolia. HEX triplet: ED, E5 and F8. RGB value is (237,229,248). Sum of RGB (Red+Green+Blue) = 237+229+248=714 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.19% from 714); Green value is 229 (89.84% from 255 or 32.07% from 714); Blue value is 248 (97.27% from 255 or 34.73% from 714); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDE5F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE5F8 is #121A07. Grayscale: #E9E9E9. Windows color (decimal): -1186312 or 16311789. OLE color: 16311789.

HSL color Cylindrical-coordinate representation of color #EDE5F8: hue angle of 265.26º degrees, saturation: 0.58, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDE5F8 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 229 248 -
CMYK 0.04 0.08 0 0.03
HSL 265.26º 0.58% 0.94% -
HSV(B) 265.26º 0.08% 0.97% -
XYZ 79.89 80.82 100.2 -
YUV 233.56 136.15 130.46 -
System Red Green Blue C M Y K H S L
Decimal 237 229 248 0.04 0.08 0 0.03 265.26 0.58 0.94
Hex ED E5 F8 4 8 0 3 109 3A 5E
Octal 355 345 370 4 10 0 3 411 72 136
Binary 11101101 11100101 11111000 100 1000 0 11 100001001 111010 1011110

Color Harmonies of #EDE5F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE5F8

Black with #EDE5F8

Text Example


Text Example

White with #EDE5F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE5F8; }

 p { color: rgb(237,229,248); }

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

background-color css

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

 a { background-color: rgb(237,229,248); }

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

border-color css

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

 span { border-color: rgb(237,229,248); }

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