Html Css Color HEX #EDE5FA Magnolia

📋 copy color: '#EDE5FA'

red 237 ◦ green 229 ◦ blue 250

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

Shades of Magnolia #EDE5FA

Tints of Magnolia #EDE5FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 34.92%

R = 33.1%
G = 31.98%
B = 34.92%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDE5FA (or 0xEDE5FA) is known color: Magnolia. HEX triplet: ED, E5 and FA. RGB value is (237,229,250). Sum of RGB (Red+Green+Blue) = 237+229+250=716 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.10% from 716); Green value is 229 (89.84% from 255 or 31.98% from 716); Blue value is 250 (98.05% from 255 or 34.92% from 716); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDE5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE5FA is #121A05. Grayscale: #E9E9E9. Windows color (decimal): -1186310 or 16442861. OLE color: 16442861.

HSL color Cylindrical-coordinate representation of color #EDE5FA: hue angle of 262.86º degrees, saturation: 0.68, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDE5FA is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 229 250 -
CMYK 0.05 0.08 0 0.02
HSL 262.86º 0.68% 0.94% -
HSV(B) 262.86º 0.08% 0.98% -
XYZ 80.2 80.95 101.84 -
YUV 233.79 137.15 130.29 -
System Red Green Blue C M Y K H S L
Decimal 237 229 250 0.05 0.08 0 0.02 262.86 0.68 0.94
Hex ED E5 FA 5 8 0 2 107 44 5E
Octal 355 345 372 5 10 0 2 407 104 136
Binary 11101101 11100101 11111010 101 1000 0 10 100000111 1000100 1011110

Color Harmonies of #EDE5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE5FA

Black with #EDE5FA

Text Example


Text Example

White with #EDE5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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