Html Css Color HEX #EDE3F8 Magnolia

📋 copy color: '#EDE3F8'

red 237 ◦ green 227 ◦ blue 248

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

Shades of Magnolia #EDE3F8

Tints of Magnolia #EDE3F8

RGB

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

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

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

R = 33.29%
G = 31.88%
B = 34.83%

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

#EDE3F8 (or 0xEDE3F8) is known color: Magnolia. HEX triplet: ED, E3 and F8. RGB value is (237,227,248). Sum of RGB (Red+Green+Blue) = 237+227+248=712 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.29% from 712); Green value is 227 (89.06% from 255 or 31.88% from 712); Blue value is 248 (97.27% from 255 or 34.83% from 712); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDE3F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE3F8 is #121C07. Grayscale: #E8E8E8. Windows color (decimal): -1186824 or 16311277. OLE color: 16311277.

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

Color convert

RGB 237 227 248 -
CMYK 0.04 0.08 0 0.03
HSL 268.57º 0.6% 0.93% -
HSV(B) 268.57º 0.08% 0.97% -
XYZ 79.34 79.72 100.01 -
YUV 232.38 136.81 131.29 -
System Red Green Blue C M Y K H S L
Decimal 237 227 248 0.04 0.08 0 0.03 268.57 0.6 0.93
Hex ED E3 F8 4 8 0 3 10D 3C 5D
Octal 355 343 370 4 10 0 3 415 74 135
Binary 11101101 11100011 11111000 100 1000 0 11 100001101 111100 1011101

Color Harmonies of #EDE3F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE3F8

Black with #EDE3F8

Text Example


Text Example

White with #EDE3F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE3F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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