Html Css Color HEX #E8DEFD Magnolia

📋 copy color: '#E8DEFD'

red 232 ◦ green 222 ◦ blue 253

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

Shades of Magnolia #E8DEFD

Tints of Magnolia #E8DEFD

RGB

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

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

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

R = 32.81%
G = 31.4%
B = 35.79%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E8DEFD (or 0xE8DEFD) is known color: Magnolia. HEX triplet: E8, DE and FD. RGB value is (232,222,253). Sum of RGB (Red+Green+Blue) = 232+222+253=707 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.81% from 707); Green value is 222 (87.11% from 255 or 31.40% from 707); Blue value is 253 (99.22% from 255 or 35.79% from 707); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8DEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DEFD is #172102. Grayscale: #E4E4E4. Windows color (decimal): -1515779 or 16637672. OLE color: 16637672.

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

Color convert

RGB 232 222 253 -
CMYK 0.08 0.12 0 0.01
HSL 259.35º 0.89% 0.93% -
HSV(B) 259.35º 0.12% 0.99% -
XYZ 77.13 76.49 103.63 -
YUV 228.52 141.81 130.48 -
System Red Green Blue C M Y K H S L
Decimal 232 222 253 0.08 0.12 0 0.01 259.35 0.89 0.93
Hex E8 DE FD 8 C 0 1 103 59 5D
Octal 350 336 375 10 14 0 1 403 131 135
Binary 11101000 11011110 11111101 1000 1100 0 1 100000011 1011001 1011101

Color Harmonies of #E8DEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DEFD

Black with #E8DEFD

Text Example


Text Example

White with #E8DEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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