Html Css Color HEX #EDE6F6 Magnolia

📋 copy color: '#EDE6F6'

red 237 ◦ green 230 ◦ blue 246

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

Shades of Magnolia #EDE6F6

Tints of Magnolia #EDE6F6

RGB

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

 GREEN value IS 230 (90.23% from 255) = 32.26%

 BLUE value IS 246 (96.48% from 255) = 34.5%

R = 33.24%
G = 32.26%
B = 34.5%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EDE6F6 (or 0xEDE6F6) is known color: Magnolia. HEX triplet: ED, E6 and F6. RGB value is (237,230,246). Sum of RGB (Red+Green+Blue) = 237+230+246=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 230 (90.23% from 255 or 32.26% from 713); Blue value is 246 (96.48% from 255 or 34.50% from 713); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDE6F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE6F6 is #121909. Grayscale: #E9E9E9. Windows color (decimal): -1186058 or 16180973. OLE color: 16180973.

HSL color Cylindrical-coordinate representation of color #EDE6F6: hue angle of 266.25º degrees, saturation: 0.47, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDE6F6 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 230 246 -
CMYK 0.04 0.07 0 0.04
HSL 266.25º 0.47% 0.93% -
HSV(B) 266.25º 0.07% 0.96% -
XYZ 79.86 81.25 98.66 -
YUV 233.92 134.82 130.2 -
System Red Green Blue C M Y K H S L
Decimal 237 230 246 0.04 0.07 0 0.04 266.25 0.47 0.93
Hex ED E6 F6 4 7 0 4 10A 2F 5D
Octal 355 346 366 4 7 0 4 412 57 135
Binary 11101101 11100110 11110110 100 111 0 100 100001010 101111 1011101

Color Harmonies of #EDE6F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE6F6

Black with #EDE6F6

Text Example


Text Example

White with #EDE6F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE6F6; }

 p { color: rgb(237,230,246); }

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

background-color css

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

 a { background-color: rgb(237,230,246); }

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

border-color css

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

 span { border-color: rgb(237,230,246); }

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