Html Css Color HEX #E7DCFB Magnolia

📋 copy color: '#E7DCFB'

red 231 ◦ green 220 ◦ blue 251

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

Shades of Magnolia #E7DCFB

Tints of Magnolia #E7DCFB

RGB

 RED value IS 231 (90.63% from 255) = 32.91%

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

 BLUE value IS 251 (98.44% from 255) = 35.75%

R = 32.91%
G = 31.34%
B = 35.75%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E7DCFB (or 0xE7DCFB) is known color: Magnolia. HEX triplet: E7, DC and FB. RGB value is (231,220,251). Sum of RGB (Red+Green+Blue) = 231+220+251=702 (92% of max value = 765). Red value is 231 (90.62% from 255 or 32.91% from 702); Green value is 220 (86.33% from 255 or 31.34% from 702); Blue value is 251 (98.44% from 255 or 35.75% from 702); Max value from RGB is 251 - color contains mainly: blue. Hex color #E7DCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DCFB is #182304. Grayscale: #E2E2E2. Windows color (decimal): -1581829 or 16506087. OLE color: 16506087.

HSL color Cylindrical-coordinate representation of color #E7DCFB: hue angle of 261.29º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E7DCFB is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 220 251 -
CMYK 0.08 0.12 0 0.02
HSL 261.29º 0.79% 0.92% -
HSV(B) 261.29º 0.12% 0.98% -
XYZ 75.96 75.14 101.77 -
YUV 226.82 141.64 130.98 -
System Red Green Blue C M Y K H S L
Decimal 231 220 251 0.08 0.12 0 0.02 261.29 0.79 0.92
Hex E7 DC FB 8 C 0 2 105 4F 5C
Octal 347 334 373 10 14 0 2 405 117 134
Binary 11100111 11011100 11111011 1000 1100 0 10 100000101 1001111 1011100

Color Harmonies of #E7DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DCFB

Black with #E7DCFB

Text Example


Text Example

White with #E7DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DCFB; }

 p { color: rgb(231,220,251); }

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

background-color css

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

 a { background-color: rgb(231,220,251); }

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

border-color css

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

 span { border-color: rgb(231,220,251); }

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