Html Css Color HEX #EDDEFF Magnolia

📋 copy color: '#EDDEFF'

red 237 ◦ green 222 ◦ blue 255

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

Shades of Magnolia #EDDEFF

Tints of Magnolia #EDDEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.09%

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

R = 33.19%
G = 31.09%
B = 35.71%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDDEFF (or 0xEDDEFF) is known color: Magnolia. HEX triplet: ED, DE and FF. RGB value is (237,222,255). Sum of RGB (Red+Green+Blue) = 237+222+255=714 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.19% from 714); Green value is 222 (87.11% from 255 or 31.09% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDDEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDEFF is #122100. Grayscale: #E6E6E6. Windows color (decimal): -1188097 or 16768749. OLE color: 16768749.

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

Color convert

RGB 237 222 255 -
CMYK 0.07 0.13 0 0
HSL 267.27º 1% 0.94% -
HSV(B) 267.27º 0.13% 1% -
XYZ 79.1 77.47 105.39 -
YUV 230.25 141.97 132.82 -
System Red Green Blue C M Y K H S L
Decimal 237 222 255 0.07 0.13 0 0 267.27 1 0.94
Hex ED DE FF 7 D 0 0 10B 64 5E
Octal 355 336 377 7 15 0 0 413 144 136
Binary 11101101 11011110 11111111 111 1101 0 0 100001011 1100100 1011110

Color Harmonies of #EDDEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDEFF

Black with #EDDEFF

Text Example


Text Example

White with #EDDEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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