Html Css Color HEX #E8DCFD Magnolia

📋 copy color: '#E8DCFD'

red 232 ◦ green 220 ◦ blue 253

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

Shades of Magnolia #E8DCFD

Tints of Magnolia #E8DCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 35.89%

R = 32.91%
G = 31.21%
B = 35.89%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E8DCFD (or 0xE8DCFD) is known color: Magnolia. HEX triplet: E8, DC and FD. RGB value is (232,220,253). Sum of RGB (Red+Green+Blue) = 232+220+253=705 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.91% from 705); Green value is 220 (86.33% from 255 or 31.21% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8DCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DCFD is #172302. Grayscale: #E3E3E3. Windows color (decimal): -1516291 or 16637160. OLE color: 16637160.

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

Color convert

RGB 232 220 253 -
CMYK 0.08 0.13 0 0.01
HSL 261.82º 0.89% 0.93% -
HSV(B) 261.82º 0.13% 0.99% -
XYZ 76.6 75.43 103.45 -
YUV 227.35 142.48 131.32 -
System Red Green Blue C M Y K H S L
Decimal 232 220 253 0.08 0.13 0 0.01 261.82 0.89 0.93
Hex E8 DC FD 8 D 0 1 106 59 5D
Octal 350 334 375 10 15 0 1 406 131 135
Binary 11101000 11011100 11111101 1000 1101 0 1 100000110 1011001 1011101

Color Harmonies of #E8DCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DCFD

Black with #E8DCFD

Text Example


Text Example

White with #E8DCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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