Html Css Color HEX #EDE9F2 Magnolia

📋 copy color: '#EDE9F2'

red 237 ◦ green 233 ◦ blue 242

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

Shades of Magnolia #EDE9F2

Tints of Magnolia #EDE9F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 33.99%

R = 33.29%
G = 32.72%
B = 33.99%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EDE9F2 (or 0xEDE9F2) is known color: Magnolia. HEX triplet: ED, E9 and F2. RGB value is (237,233,242). Sum of RGB (Red+Green+Blue) = 237+233+242=712 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.29% from 712); Green value is 233 (91.41% from 255 or 32.72% from 712); Blue value is 242 (94.92% from 255 or 33.99% from 712); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDE9F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE9F2 is #12160D. Grayscale: #EBEBEB. Windows color (decimal): -1185294 or 15919597. OLE color: 15919597.

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

Color convert

RGB 237 233 242 -
CMYK 0.02 0.04 0 0.05
HSL 266.67º 0.26% 0.93% -
HSV(B) 266.67º 0.04% 0.95% -
XYZ 80.09 82.69 95.74 -
YUV 235.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 237 233 242 0.02 0.04 0 0.05 266.67 0.26 0.93
Hex ED E9 F2 2 4 0 5 10B 1A 5D
Octal 355 351 362 2 4 0 5 413 32 135
Binary 11101101 11101001 11110010 10 100 0 101 100001011 11010 1011101

Color Harmonies of #EDE9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE9F2

Black with #EDE9F2

Text Example


Text Example

White with #EDE9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE9F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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