Html Css Color HEX #E8DBFF Magnolia

📋 copy color: '#E8DBFF'

red 232 ◦ green 219 ◦ blue 255

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

Shades of Magnolia #E8DBFF

Tints of Magnolia #E8DBFF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.02%

 BLUE value IS 255 (100% from 255) = 36.12%

R = 32.86%
G = 31.02%
B = 36.12%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E8DBFF (or 0xE8DBFF) is known color: Magnolia. HEX triplet: E8, DB and FF. RGB value is (232,219,255). Sum of RGB (Red+Green+Blue) = 232+219+255=706 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.86% from 706); Green value is 219 (85.94% from 255 or 31.02% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8DBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DBFF is #172400. Grayscale: #E2E2E2. Windows color (decimal): -1516545 or 16767976. OLE color: 16767976.

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

Color convert

RGB 232 219 255 -
CMYK 0.09 0.14 0 0
HSL 261.67º 1% 0.93% -
HSV(B) 261.67º 0.14% 1% -
XYZ 76.66 75.04 105.05 -
YUV 226.99 143.81 131.57 -
System Red Green Blue C M Y K H S L
Decimal 232 219 255 0.09 0.14 0 0 261.67 1 0.93
Hex E8 DB FF 9 E 0 0 106 64 5D
Octal 350 333 377 11 16 0 0 406 144 135
Binary 11101000 11011011 11111111 1001 1110 0 0 100000110 1100100 1011101

Color Harmonies of #E8DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DBFF

Black with #E8DBFF

Text Example


Text Example

White with #E8DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DBFF; }

 p { color: rgb(232,219,255); }

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

background-color css

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

 a { background-color: rgb(232,219,255); }

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

border-color css

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

 span { border-color: rgb(232,219,255); }

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