Html Css Color HEX #EDE1FE Magnolia

📋 copy color: '#EDE1FE'

red 237 ◦ green 225 ◦ blue 254

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

Shades of Magnolia #EDE1FE

Tints of Magnolia #EDE1FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 35.47%

R = 33.1%
G = 31.42%
B = 35.47%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EDE1FE (or 0xEDE1FE) is known color: Magnolia. HEX triplet: ED, E1 and FE. RGB value is (237,225,254). Sum of RGB (Red+Green+Blue) = 237+225+254=716 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.10% from 716); Green value is 225 (88.28% from 255 or 31.42% from 716); Blue value is 254 (99.61% from 255 or 35.47% from 716); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDE1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE1FE is #121E01. Grayscale: #E7E7E7. Windows color (decimal): -1187330 or 16703981. OLE color: 16703981.

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

Color convert

RGB 237 225 254 -
CMYK 0.07 0.11 0 0.00
HSL 264.83º 0.94% 0.94% -
HSV(B) 264.83º 0.11% 1% -
XYZ 79.74 79.01 104.81 -
YUV 231.89 140.48 131.64 -
System Red Green Blue C M Y K H S L
Decimal 237 225 254 0.07 0.11 0 0.00 264.83 0.94 0.94
Hex ED E1 FE 7 B 0 0 109 5E 5E
Octal 355 341 376 7 13 0 0 411 136 136
Binary 11101101 11100001 11111110 111 1011 0 0 100001001 1011110 1011110

Color Harmonies of #EDE1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE1FE

Black with #EDE1FE

Text Example


Text Example

White with #EDE1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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