Html Css Color HEX #E6D9FE Magnolia

📋 copy color: '#E6D9FE'

red 230 ◦ green 217 ◦ blue 254

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

Shades of Magnolia #E6D9FE

Tints of Magnolia #E6D9FE

RGB

 RED value IS 230 (90.23% from 255) = 32.81%

 GREEN value IS 217 (85.16% from 255) = 30.96%

 BLUE value IS 254 (99.61% from 255) = 36.23%

R = 32.81%
G = 30.96%
B = 36.23%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E6D9FE (or 0xE6D9FE) is known color: Magnolia. HEX triplet: E6, D9 and FE. RGB value is (230,217,254). Sum of RGB (Red+Green+Blue) = 230+217+254=701 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.81% from 701); Green value is 217 (85.16% from 255 or 30.96% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6D9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D9FE is #192601. Grayscale: #E0E0E0. Windows color (decimal): -1648130 or 16701926. OLE color: 16701926.

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

Color convert

RGB 230 217 254 -
CMYK 0.09 0.15 0 0.00
HSL 261.08º 0.95% 0.92% -
HSV(B) 261.08º 0.15% 1% -
XYZ 75.34 73.6 104 -
YUV 225.11 144.31 131.49 -
System Red Green Blue C M Y K H S L
Decimal 230 217 254 0.09 0.15 0 0.00 261.08 0.95 0.92
Hex E6 D9 FE 9 F 0 0 105 5F 5C
Octal 346 331 376 11 17 0 0 405 137 134
Binary 11100110 11011001 11111110 1001 1111 0 0 100000101 1011111 1011100

Color Harmonies of #E6D9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D9FE

Black with #E6D9FE

Text Example


Text Example

White with #E6D9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D9FE; }

 p { color: rgb(230,217,254); }

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

background-color css

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

 a { background-color: rgb(230,217,254); }

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

border-color css

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

 span { border-color: rgb(230,217,254); }

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