Html Css Color HEX #E8DEFC Magnolia

📋 copy color: '#E8DEFC'

red 232 ◦ green 222 ◦ blue 252

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

Shades of Magnolia #E8DEFC

Tints of Magnolia #E8DEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 35.69%

R = 32.86%
G = 31.44%
B = 35.69%

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

#E8DEFC (or 0xE8DEFC) is known color: Magnolia. HEX triplet: E8, DE and FC. RGB value is (232,222,252). Sum of RGB (Red+Green+Blue) = 232+222+252=706 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.86% from 706); Green value is 222 (87.11% from 255 or 31.44% from 706); Blue value is 252 (98.83% from 255 or 35.69% from 706); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8DEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DEFC is #172103. Grayscale: #E4E4E4. Windows color (decimal): -1515780 or 16572136. OLE color: 16572136.

HSL color Cylindrical-coordinate representation of color #E8DEFC: hue angle of 260º degrees, saturation: 0.83, 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 #E8DEFC is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 232 222 252 -
CMYK 0.08 0.12 0 0.01
HSL 260º 0.83% 0.93% -
HSV(B) 260º 0.12% 0.99% -
XYZ 76.97 76.43 102.79 -
YUV 228.41 141.31 130.56 -
System Red Green Blue C M Y K H S L
Decimal 232 222 252 0.08 0.12 0 0.01 260 0.83 0.93
Hex E8 DE FC 8 C 0 1 104 53 5D
Octal 350 336 374 10 14 0 1 404 123 135
Binary 11101000 11011110 11111100 1000 1100 0 1 100000100 1010011 1011101

Color Harmonies of #E8DEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DEFC

Black with #E8DEFC

Text Example


Text Example

White with #E8DEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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