Html Css Color HEX #EEDDFF Magnolia

📋 copy color: '#EEDDFF'

red 238 ◦ green 221 ◦ blue 255

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

Shades of Magnolia #EEDDFF

Tints of Magnolia #EEDDFF

RGB

 RED value IS 238 (93.36% from 255) = 33.33%

 GREEN value IS 221 (86.72% from 255) = 30.95%

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

R = 33.33%
G = 30.95%
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

#EEDDFF (or 0xEEDDFF) is known color: Magnolia. HEX triplet: EE, DD and FF. RGB value is (238,221,255). Sum of RGB (Red+Green+Blue) = 238+221+255=714 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.33% from 714); Green value is 221 (86.72% from 255 or 30.95% 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 #EEDDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDDFF is #112200. Grayscale: #E5E5E5. Windows color (decimal): -1122817 or 16768494. OLE color: 16768494.

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

Color convert

RGB 238 221 255 -
CMYK 0.07 0.13 0 0
HSL 270º 1% 0.93% -
HSV(B) 270º 0.13% 1% -
XYZ 79.17 77.11 105.32 -
YUV 229.96 142.13 133.74 -
System Red Green Blue C M Y K H S L
Decimal 238 221 255 0.07 0.13 0 0 270 1 0.93
Hex EE DD FF 7 D 0 0 10E 64 5D
Octal 356 335 377 7 15 0 0 416 144 135
Binary 11101110 11011101 11111111 111 1101 0 0 100001110 1100100 1011101

Color Harmonies of #EEDDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDDFF

Black with #EEDDFF

Text Example


Text Example

White with #EEDDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDDFF; }

 p { color: rgb(238,221,255); }

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

background-color css

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

 a { background-color: rgb(238,221,255); }

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

border-color css

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

 span { border-color: rgb(238,221,255); }

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