Html Css Color HEX #EDE3FF Magnolia

📋 copy color: '#EDE3FF'

red 237 ◦ green 227 ◦ blue 255

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

Shades of Magnolia #EDE3FF

Tints of Magnolia #EDE3FF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 31.57%

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

R = 32.96%
G = 31.57%
B = 35.47%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDE3FF (or 0xEDE3FF) is known color: Magnolia. HEX triplet: ED, E3 and FF. RGB value is (237,227,255). Sum of RGB (Red+Green+Blue) = 237+227+255=719 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.96% from 719); Green value is 227 (89.06% from 255 or 31.57% from 719); Blue value is 255 (100% from 255 or 35.47% from 719); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDE3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE3FF is #121C00. Grayscale: #E9E9E9. Windows color (decimal): -1186817 or 16770029. OLE color: 16770029.

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

Color convert

RGB 237 227 255 -
CMYK 0.07 0.11 0 0
HSL 261.43º 1% 0.95% -
HSV(B) 261.43º 0.11% 1% -
XYZ 80.44 80.16 105.84 -
YUV 233.18 140.31 130.72 -
System Red Green Blue C M Y K H S L
Decimal 237 227 255 0.07 0.11 0 0 261.43 1 0.95
Hex ED E3 FF 7 B 0 0 105 64 5F
Octal 355 343 377 7 13 0 0 405 144 137
Binary 11101101 11100011 11111111 111 1011 0 0 100000101 1100100 1011111

Color Harmonies of #EDE3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE3FF

Black with #EDE3FF

Text Example


Text Example

White with #EDE3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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