Html Css Color HEX #EDE4FD Magnolia

📋 copy color: '#EDE4FD'

red 237 ◦ green 228 ◦ blue 253

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

Shades of Magnolia #EDE4FD

Tints of Magnolia #EDE4FD

RGB

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

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

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

R = 33.01%
G = 31.75%
B = 35.24%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDE4FD (or 0xEDE4FD) is known color: Magnolia. HEX triplet: ED, E4 and FD. RGB value is (237,228,253). Sum of RGB (Red+Green+Blue) = 237+228+253=718 (95% of max value = 765). Red value is 237 (92.97% from 255 or 33.01% from 718); Green value is 228 (89.45% from 255 or 31.75% from 718); Blue value is 253 (99.22% from 255 or 35.24% from 718); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDE4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE4FD is #121B02. Grayscale: #E9E9E9. Windows color (decimal): -1186563 or 16639213. OLE color: 16639213.

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

Color convert

RGB 237 228 253 -
CMYK 0.06 0.10 0 0.01
HSL 261.6º 0.86% 0.94% -
HSV(B) 261.6º 0.1% 0.99% -
XYZ 80.4 80.58 104.25 -
YUV 233.54 138.98 130.47 -
System Red Green Blue C M Y K H S L
Decimal 237 228 253 0.06 0.10 0 0.01 261.6 0.86 0.94
Hex ED E4 FD 6 A 0 1 106 56 5E
Octal 355 344 375 6 12 0 1 406 126 136
Binary 11101101 11100100 11111101 110 1010 0 1 100000110 1010110 1011110

Color Harmonies of #EDE4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE4FD

Black with #EDE4FD

Text Example


Text Example

White with #EDE4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE4FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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