Html Css Color HEX #EDE3F9 Magnolia

📋 copy color: '#EDE3F9'

red 237 ◦ green 227 ◦ blue 249

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

Shades of Magnolia #EDE3F9

Tints of Magnolia #EDE3F9

RGB

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

 GREEN value IS 227 (89.06% from 255) = 31.84%

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

R = 33.24%
G = 31.84%
B = 34.92%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDE3F9 (or 0xEDE3F9) is known color: Magnolia. HEX triplet: ED, E3 and F9. RGB value is (237,227,249). Sum of RGB (Red+Green+Blue) = 237+227+249=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 227 (89.06% from 255 or 31.84% from 713); Blue value is 249 (97.66% from 255 or 34.92% from 713); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDE3F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE3F9 is #121C06. Grayscale: #E8E8E8. Windows color (decimal): -1186823 or 16376813. OLE color: 16376813.

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

Color convert

RGB 237 227 249 -
CMYK 0.05 0.09 0 0.02
HSL 267.27º 0.65% 0.93% -
HSV(B) 267.27º 0.09% 0.98% -
XYZ 79.49 79.78 100.83 -
YUV 232.5 137.31 131.21 -
System Red Green Blue C M Y K H S L
Decimal 237 227 249 0.05 0.09 0 0.02 267.27 0.65 0.93
Hex ED E3 F9 5 9 0 2 10B 41 5D
Octal 355 343 371 5 11 0 2 413 101 135
Binary 11101101 11100011 11111001 101 1001 0 10 100001011 1000001 1011101

Color Harmonies of #EDE3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE3F9

Black with #EDE3F9

Text Example


Text Example

White with #EDE3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE3F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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