Html Css Color HEX #EDE0FF Magnolia

📋 copy color: '#EDE0FF'

red 237 ◦ green 224 ◦ blue 255

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

Shades of Magnolia #EDE0FF

Tints of Magnolia #EDE0FF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 31.28%

 BLUE value IS 255 (100% from 255) = 35.61%

R = 33.1%
G = 31.28%
B = 35.61%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDE0FF (or 0xEDE0FF) is known color: Magnolia. HEX triplet: ED, E0 and FF. RGB value is (237,224,255). Sum of RGB (Red+Green+Blue) = 237+224+255=716 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.10% from 716); Green value is 224 (87.89% from 255 or 31.28% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDE0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE0FF is #121F00. Grayscale: #E7E7E7. Windows color (decimal): -1187585 or 16769261. OLE color: 16769261.

HSL color Cylindrical-coordinate representation of color #EDE0FF: hue angle of 265.16º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDE0FF is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 237 224 255 -
CMYK 0.07 0.12 0 0
HSL 265.16º 1% 0.94% -
HSV(B) 265.16º 0.12% 1% -
XYZ 79.63 78.54 105.57 -
YUV 231.42 141.31 131.98 -
System Red Green Blue C M Y K H S L
Decimal 237 224 255 0.07 0.12 0 0 265.16 1 0.94
Hex ED E0 FF 7 C 0 0 109 64 5E
Octal 355 340 377 7 14 0 0 411 144 136
Binary 11101101 11100000 11111111 111 1100 0 0 100001001 1100100 1011110

Color Harmonies of #EDE0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE0FF

Black with #EDE0FF

Text Example


Text Example

White with #EDE0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE0FF; }

 p { color: rgb(237,224,255); }

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

background-color css

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

 a { background-color: rgb(237,224,255); }

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

border-color css

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

 span { border-color: rgb(237,224,255); }

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