Html Css Color HEX #EDE4FF Magnolia

📋 copy color: '#EDE4FF'

red 237 ◦ green 228 ◦ blue 255

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

Shades of Magnolia #EDE4FF

Tints of Magnolia #EDE4FF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 31.67%

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

R = 32.92%
G = 31.67%
B = 35.42%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDE4FF (or 0xEDE4FF) is known color: Magnolia. HEX triplet: ED, E4 and FF. RGB value is (237,228,255). Sum of RGB (Red+Green+Blue) = 237+228+255=720 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.92% from 720); Green value is 228 (89.45% from 255 or 31.67% from 720); Blue value is 255 (100% from 255 or 35.42% from 720); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDE4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE4FF is #121B00. Grayscale: #E9E9E9. Windows color (decimal): -1186561 or 16770285. OLE color: 16770285.

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

Color convert

RGB 237 228 255 -
CMYK 0.07 0.11 0 0
HSL 260º 1% 0.95% -
HSV(B) 260º 0.11% 1% -
XYZ 80.72 80.71 105.93 -
YUV 233.77 139.98 130.3 -
System Red Green Blue C M Y K H S L
Decimal 237 228 255 0.07 0.11 0 0 260 1 0.95
Hex ED E4 FF 7 B 0 0 104 64 5F
Octal 355 344 377 7 13 0 0 404 144 137
Binary 11101101 11100100 11111111 111 1011 0 0 100000100 1100100 1011111

Color Harmonies of #EDE4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE4FF

Black with #EDE4FF

Text Example


Text Example

White with #EDE4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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