Html Css Color HEX #EDE5FD Magnolia

📋 copy color: '#EDE5FD'

red 237 ◦ green 229 ◦ blue 253

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

Shades of Magnolia #EDE5FD

Tints of Magnolia #EDE5FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 35.19%

R = 32.96%
G = 31.85%
B = 35.19%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDE5FD (or 0xEDE5FD) is known color: Magnolia. HEX triplet: ED, E5 and FD. RGB value is (237,229,253). Sum of RGB (Red+Green+Blue) = 237+229+253=719 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.96% from 719); Green value is 229 (89.84% from 255 or 31.85% from 719); Blue value is 253 (99.22% from 255 or 35.19% from 719); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDE5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE5FD is #121A02. Grayscale: #EAEAEA. Windows color (decimal): -1186307 or 16639469. OLE color: 16639469.

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

Color convert

RGB 237 229 253 -
CMYK 0.06 0.09 0 0.01
HSL 260º 0.86% 0.95% -
HSV(B) 260º 0.09% 0.99% -
XYZ 80.67 81.14 104.34 -
YUV 234.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 237 229 253 0.06 0.09 0 0.01 260 0.86 0.95
Hex ED E5 FD 6 9 0 1 104 56 5F
Octal 355 345 375 6 11 0 1 404 126 137
Binary 11101101 11100101 11111101 110 1001 0 1 100000100 1010110 1011111

Color Harmonies of #EDE5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE5FD

Black with #EDE5FD

Text Example


Text Example

White with #EDE5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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