Html Css Color HEX #E7DBFB Magnolia

📋 copy color: '#E7DBFB'

red 231 ◦ green 219 ◦ blue 251

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

Shades of Magnolia #E7DBFB

Tints of Magnolia #E7DBFB

RGB

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

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

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

R = 32.95%
G = 31.24%
B = 35.81%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E7DBFB (or 0xE7DBFB) is known color: Magnolia. HEX triplet: E7, DB and FB. RGB value is (231,219,251). Sum of RGB (Red+Green+Blue) = 231+219+251=701 (92% of max value = 765). Red value is 231 (90.62% from 255 or 32.95% from 701); Green value is 219 (85.94% from 255 or 31.24% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 251 - color contains mainly: blue. Hex color #E7DBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DBFB is #182404. Grayscale: #E2E2E2. Windows color (decimal): -1582085 or 16505831. OLE color: 16505831.

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

Color convert

RGB 231 219 251 -
CMYK 0.08 0.13 0 0.02
HSL 262.5º 0.8% 0.92% -
HSV(B) 262.5º 0.13% 0.98% -
XYZ 75.7 74.62 101.68 -
YUV 226.24 141.98 131.4 -
System Red Green Blue C M Y K H S L
Decimal 231 219 251 0.08 0.13 0 0.02 262.5 0.8 0.92
Hex E7 DB FB 8 D 0 2 106 50 5C
Octal 347 333 373 10 15 0 2 406 120 134
Binary 11100111 11011011 11111011 1000 1101 0 10 100000110 1010000 1011100

Color Harmonies of #E7DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DBFB

Black with #E7DBFB

Text Example


Text Example

White with #E7DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DBFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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