Html Css Color HEX #EDE9F5 Magnolia

📋 copy color: '#EDE9F5'

red 237 ◦ green 233 ◦ blue 245

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

Shades of Magnolia #EDE9F5

Tints of Magnolia #EDE9F5

RGB

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

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

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

R = 33.15%
G = 32.59%
B = 34.27%

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

#EDE9F5 (or 0xEDE9F5) is known color: Magnolia. HEX triplet: ED, E9 and F5. RGB value is (237,233,245). Sum of RGB (Red+Green+Blue) = 237+233+245=715 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.15% from 715); Green value is 233 (91.41% from 255 or 32.59% from 715); Blue value is 245 (96.09% from 255 or 34.27% from 715); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDE9F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE9F5 is #12160A. Grayscale: #EBEBEB. Windows color (decimal): -1185291 or 16116205. OLE color: 16116205.

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

Color convert

RGB 237 233 245 -
CMYK 0.03 0.05 0 0.04
HSL 260º 0.38% 0.94% -
HSV(B) 260º 0.05% 0.96% -
XYZ 80.55 82.87 98.14 -
YUV 235.56 133.33 129.02 -
System Red Green Blue C M Y K H S L
Decimal 237 233 245 0.03 0.05 0 0.04 260 0.38 0.94
Hex ED E9 F5 3 5 0 4 104 26 5E
Octal 355 351 365 3 5 0 4 404 46 136
Binary 11101101 11101001 11110101 11 101 0 100 100000100 100110 1011110

Color Harmonies of #EDE9F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE9F5

Black with #EDE9F5

Text Example


Text Example

White with #EDE9F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE9F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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