Html Css Color HEX #EEDEFE Magnolia

📋 copy color: '#EEDEFE'

red 238 ◦ green 222 ◦ blue 254

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

Shades of Magnolia #EEDEFE

Tints of Magnolia #EEDEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 35.57%

R = 33.33%
G = 31.09%
B = 35.57%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EEDEFE (or 0xEEDEFE) is known color: Magnolia. HEX triplet: EE, DE and FE. RGB value is (238,222,254). Sum of RGB (Red+Green+Blue) = 238+222+254=714 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.33% from 714); Green value is 222 (87.11% from 255 or 31.09% from 714); Blue value is 254 (99.61% from 255 or 35.57% from 714); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEDEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDEFE is #112101. Grayscale: #E6E6E6. Windows color (decimal): -1122562 or 16703214. OLE color: 16703214.

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

Color convert

RGB 238 222 254 -
CMYK 0.06 0.13 0 0.00
HSL 270º 0.94% 0.93% -
HSV(B) 270º 0.13% 1% -
XYZ 79.27 77.58 104.56 -
YUV 230.43 141.3 133.4 -
System Red Green Blue C M Y K H S L
Decimal 238 222 254 0.06 0.13 0 0.00 270 0.94 0.93
Hex EE DE FE 6 D 0 0 10E 5E 5D
Octal 356 336 376 6 15 0 0 416 136 135
Binary 11101110 11011110 11111110 110 1101 0 0 100001110 1011110 1011101

Color Harmonies of #EEDEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDEFE

Black with #EEDEFE

Text Example


Text Example

White with #EEDEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDEFE; }

 p { color: rgb(238,222,254); }

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

background-color css

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

 a { background-color: rgb(238,222,254); }

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

border-color css

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

 span { border-color: rgb(238,222,254); }

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