Html Css Color HEX #EDE5F9 Magnolia

📋 copy color: '#EDE5F9'

red 237 ◦ green 229 ◦ blue 249

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

Shades of Magnolia #EDE5F9

Tints of Magnolia #EDE5F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 34.83%

R = 33.15%
G = 32.03%
B = 34.83%

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

#EDE5F9 (or 0xEDE5F9) is known color: Magnolia. HEX triplet: ED, E5 and F9. RGB value is (237,229,249). Sum of RGB (Red+Green+Blue) = 237+229+249=715 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.15% from 715); Green value is 229 (89.84% from 255 or 32.03% from 715); Blue value is 249 (97.66% from 255 or 34.83% from 715); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDE5F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE5F9 is #121A06. Grayscale: #E9E9E9. Windows color (decimal): -1186311 or 16377325. OLE color: 16377325.

HSL color Cylindrical-coordinate representation of color #EDE5F9: hue angle of 264º degrees, saturation: 0.62, 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 #EDE5F9 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 229 249 -
CMYK 0.05 0.08 0 0.02
HSL 264º 0.63% 0.94% -
HSV(B) 264º 0.08% 0.98% -
XYZ 80.04 80.88 101.02 -
YUV 233.67 136.65 130.37 -
System Red Green Blue C M Y K H S L
Decimal 237 229 249 0.05 0.08 0 0.02 264 0.63 0.94
Hex ED E5 F9 5 8 0 2 108 3E 5E
Octal 355 345 371 5 10 0 2 410 76 136
Binary 11101101 11100101 11111001 101 1000 0 10 100001000 111110 1011110

Color Harmonies of #EDE5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE5F9

Black with #EDE5F9

Text Example


Text Example

White with #EDE5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE5F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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