Html Css Color HEX #EDE9F4 Magnolia

📋 copy color: '#EDE9F4'

red 237 ◦ green 233 ◦ blue 244

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

Shades of Magnolia #EDE9F4

Tints of Magnolia #EDE9F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 34.17%

R = 33.19%
G = 32.63%
B = 34.17%

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

#EDE9F4 (or 0xEDE9F4) is known color: Magnolia. HEX triplet: ED, E9 and F4. RGB value is (237,233,244). Sum of RGB (Red+Green+Blue) = 237+233+244=714 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.19% from 714); Green value is 233 (91.41% from 255 or 32.63% from 714); Blue value is 244 (95.70% from 255 or 34.17% from 714); Max value from RGB is 244 - color contains mainly: blue. Hex color #EDE9F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE9F4 is #12160B. Grayscale: #EBEBEB. Windows color (decimal): -1185292 or 16050669. OLE color: 16050669.

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

Color convert

RGB 237 233 244 -
CMYK 0.03 0.05 0 0.04
HSL 261.82º 0.33% 0.94% -
HSV(B) 261.82º 0.05% 0.96% -
XYZ 80.39 82.81 97.34 -
YUV 235.45 132.83 129.11 -
System Red Green Blue C M Y K H S L
Decimal 237 233 244 0.03 0.05 0 0.04 261.82 0.33 0.94
Hex ED E9 F4 3 5 0 4 106 21 5E
Octal 355 351 364 3 5 0 4 406 41 136
Binary 11101101 11101001 11110100 11 101 0 100 100000110 100001 1011110

Color Harmonies of #EDE9F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE9F4

Black with #EDE9F4

Text Example


Text Example

White with #EDE9F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE9F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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