#E6DBFB

Color #E6DBFB Magnolia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magnolia #E6DBFB

Tints of Magnolia #E6DBFB

Color information

#E6DBFB (or 0xE6DBFB) is unknown color: approx Magnolia. HEX triplet: E6, DB and FB. RGB value is (230,219,251). Sum of RGB (Red+Green+Blue) = 230+219+251=700 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.86% from 700); Green value is 219 (85.94% from 255 or 31.29% from 700); Blue value is 251 (98.44% from 255 or 35.86% from 700); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6DBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DBFB is #192404. Grayscale: #E1E1E1. Windows color (decimal): -1647621 or 16505830. OLE color: 16505830.

HSL color Cylindrical-coordinate representation of color #E6DBFB: hue angle of 260.62º 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 #E6DBFB is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230219251-
CMYK0.080.1300.02
HSL260.62º80%92.16%-
HSV(B)260.62º12.75%98.43%-
XYZ75.3874.45101.66-
YUV225.94142.14130.9-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.86%
GREEN value IS 219 (85.94% from 255) = 31.29%
BLUE value IS 251 (98.44% from 255) = 35.86%
R=32.86%
G=31.29%
B=35.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302192510.080.1300.02260.628092.16
HexE6DBFB8D02105505c
Octal346333373101502405120134
Binary1110011011011011111110111000110101010000010110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DBFB; }

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

 H1.HeaderClassName
 {
   color: #E6DBFB;
 }
 .AnyTagClassName
 {
   color: #E6DBFB;
 }
</style>
background-color css

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

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

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

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

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

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