Html Css Color HEX #E8DCFB Magnolia

📋 copy color: '#E8DCFB'

red 232 ◦ green 220 ◦ blue 251

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

Shades of Magnolia #E8DCFB

Tints of Magnolia #E8DCFB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.29%

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

R = 33%
G = 31.29%
B = 35.7%

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

#E8DCFB (or 0xE8DCFB) is known color: Magnolia. HEX triplet: E8, DC and FB. RGB value is (232,220,251). Sum of RGB (Red+Green+Blue) = 232+220+251=703 (93% of max value = 765). Red value is 232 (91.02% from 255 or 33.00% from 703); Green value is 220 (86.33% from 255 or 31.29% from 703); Blue value is 251 (98.44% from 255 or 35.70% from 703); Max value from RGB is 251 - color contains mainly: blue. Hex color #E8DCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DCFB is #172304. Grayscale: #E3E3E3. Windows color (decimal): -1516293 or 16506088. OLE color: 16506088.

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

Color convert

RGB 232 220 251 -
CMYK 0.08 0.12 0 0.02
HSL 263.23º 0.79% 0.92% -
HSV(B) 263.23º 0.12% 0.98% -
XYZ 76.28 75.31 101.78 -
YUV 227.12 141.48 131.48 -
System Red Green Blue C M Y K H S L
Decimal 232 220 251 0.08 0.12 0 0.02 263.23 0.79 0.92
Hex E8 DC FB 8 C 0 2 107 4F 5C
Octal 350 334 373 10 14 0 2 407 117 134
Binary 11101000 11011100 11111011 1000 1100 0 10 100000111 1001111 1011100

Color Harmonies of #E8DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DCFB

Black with #E8DCFB

Text Example


Text Example

White with #E8DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DCFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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