Html Css Color HEX #EDE1FF Magnolia

📋 copy color: '#EDE1FF'

red 237 ◦ green 225 ◦ blue 255

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

Shades of Magnolia #EDE1FF

Tints of Magnolia #EDE1FF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 31.38%

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

R = 33.05%
G = 31.38%
B = 35.56%

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

#EDE1FF (or 0xEDE1FF) is known color: Magnolia. HEX triplet: ED, E1 and FF. RGB value is (237,225,255). Sum of RGB (Red+Green+Blue) = 237+225+255=717 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.05% from 717); Green value is 225 (88.28% from 255 or 31.38% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDE1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE1FF is #121E00. Grayscale: #E7E7E7. Windows color (decimal): -1187329 or 16769517. OLE color: 16769517.

HSL color Cylindrical-coordinate representation of color #EDE1FF: hue angle of 264º 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 #EDE1FF is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 237 225 255 -
CMYK 0.07 0.12 0 0
HSL 264º 1% 0.94% -
HSV(B) 264º 0.12% 1% -
XYZ 79.9 79.07 105.66 -
YUV 232.01 140.98 131.56 -
System Red Green Blue C M Y K H S L
Decimal 237 225 255 0.07 0.12 0 0 264 1 0.94
Hex ED E1 FF 7 C 0 0 108 64 5E
Octal 355 341 377 7 14 0 0 410 144 136
Binary 11101101 11100001 11111111 111 1100 0 0 100001000 1100100 1011110

Color Harmonies of #EDE1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE1FF

Black with #EDE1FF

Text Example


Text Example

White with #EDE1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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