Html Css Color HEX #E8DEFE Magnolia

📋 copy color: '#E8DEFE'

red 232 ◦ green 222 ◦ blue 254

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

Shades of Magnolia #E8DEFE

Tints of Magnolia #E8DEFE

RGB

 RED value IS 232 (91.02% from 255) = 32.77%

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

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

R = 32.77%
G = 31.36%
B = 35.88%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E8DEFE (or 0xE8DEFE) is known color: Magnolia. HEX triplet: E8, DE and FE. RGB value is (232,222,254). Sum of RGB (Red+Green+Blue) = 232+222+254=708 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.77% from 708); Green value is 222 (87.11% from 255 or 31.36% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8DEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DEFE is #172101. Grayscale: #E4E4E4. Windows color (decimal): -1515778 or 16703208. OLE color: 16703208.

HSL color Cylindrical-coordinate representation of color #E8DEFE: hue angle of 258.75º 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 #E8DEFE is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 232 222 254 -
CMYK 0.09 0.13 0 0.00
HSL 258.75º 0.94% 0.93% -
HSV(B) 258.75º 0.13% 1% -
XYZ 77.29 76.55 104.47 -
YUV 228.64 142.31 130.4 -
System Red Green Blue C M Y K H S L
Decimal 232 222 254 0.09 0.13 0 0.00 258.75 0.94 0.93
Hex E8 DE FE 9 D 0 0 103 5E 5D
Octal 350 336 376 11 15 0 0 403 136 135
Binary 11101000 11011110 11111110 1001 1101 0 0 100000011 1011110 1011101

Color Harmonies of #E8DEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DEFE

Black with #E8DEFE

Text Example


Text Example

White with #E8DEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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