Html Css Color HEX #EDE5FF Magnolia

📋 copy color: '#EDE5FF'

red 237 ◦ green 229 ◦ blue 255

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

Shades of Magnolia #EDE5FF

Tints of Magnolia #EDE5FF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 31.76%

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

R = 32.87%
G = 31.76%
B = 35.37%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDE5FF (or 0xEDE5FF) is known color: Magnolia. HEX triplet: ED, E5 and FF. RGB value is (237,229,255). Sum of RGB (Red+Green+Blue) = 237+229+255=721 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.87% from 721); Green value is 229 (89.84% from 255 or 31.76% from 721); Blue value is 255 (100% from 255 or 35.37% from 721); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDE5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE5FF is #121A00. Grayscale: #EAEAEA. Windows color (decimal): -1186305 or 16770541. OLE color: 16770541.

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

Color convert

RGB 237 229 255 -
CMYK 0.07 0.10 0 0
HSL 258.46º 1% 0.95% -
HSV(B) 258.46º 0.1% 1% -
XYZ 80.99 81.26 106.02 -
YUV 234.36 139.65 129.89 -
System Red Green Blue C M Y K H S L
Decimal 237 229 255 0.07 0.10 0 0 258.46 1 0.95
Hex ED E5 FF 7 A 0 0 102 64 5F
Octal 355 345 377 7 12 0 0 402 144 137
Binary 11101101 11100101 11111111 111 1010 0 0 100000010 1100100 1011111

Color Harmonies of #EDE5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE5FF

Black with #EDE5FF

Text Example


Text Example

White with #EDE5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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