Html Css Color HEX #E8DEFB Magnolia

📋 copy color: '#E8DEFB'

red 232 ◦ green 222 ◦ blue 251

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

Shades of Magnolia #E8DEFB

Tints of Magnolia #E8DEFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 35.6%

R = 32.91%
G = 31.49%
B = 35.6%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E8DEFB (or 0xE8DEFB) is known color: Magnolia. HEX triplet: E8, DE and FB. RGB value is (232,222,251). Sum of RGB (Red+Green+Blue) = 232+222+251=705 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.91% from 705); Green value is 222 (87.11% from 255 or 31.49% from 705); Blue value is 251 (98.44% from 255 or 35.60% from 705); Max value from RGB is 251 - color contains mainly: blue. Hex color #E8DEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DEFB is #172104. Grayscale: #E4E4E4. Windows color (decimal): -1515781 or 16506600. OLE color: 16506600.

HSL color Cylindrical-coordinate representation of color #E8DEFB: hue angle of 260.69º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E8DEFB is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 232 222 251 -
CMYK 0.08 0.12 0 0.02
HSL 260.69º 0.78% 0.93% -
HSV(B) 260.69º 0.12% 0.98% -
XYZ 76.81 76.36 101.96 -
YUV 228.3 140.81 130.64 -
System Red Green Blue C M Y K H S L
Decimal 232 222 251 0.08 0.12 0 0.02 260.69 0.78 0.93
Hex E8 DE FB 8 C 0 2 105 4E 5D
Octal 350 336 373 10 14 0 2 405 116 135
Binary 11101000 11011110 11111011 1000 1100 0 10 100000101 1001110 1011101

Color Harmonies of #E8DEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DEFB

Black with #E8DEFB

Text Example


Text Example

White with #E8DEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DEFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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