Html Css Color HEX #E6DBFA Magnolia

📋 copy color: '#E6DBFA'

red 230 ◦ green 219 ◦ blue 250

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

Shades of Magnolia #E6DBFA

Tints of Magnolia #E6DBFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 35.77%

R = 32.9%
G = 31.33%
B = 35.77%

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

#E6DBFA (or 0xE6DBFA) is known color: Magnolia. HEX triplet: E6, DB and FA. RGB value is (230,219,250). Sum of RGB (Red+Green+Blue) = 230+219+250=699 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.90% from 699); Green value is 219 (85.94% from 255 or 31.33% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6DBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DBFA is #192405. Grayscale: #E1E1E1. Windows color (decimal): -1647622 or 16440294. OLE color: 16440294.

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

Color convert

RGB 230 219 250 -
CMYK 0.08 0.12 0 0.02
HSL 261.29º 0.76% 0.92% -
HSV(B) 261.29º 0.12% 0.98% -
XYZ 75.22 74.39 100.84 -
YUV 225.82 141.64 130.98 -
System Red Green Blue C M Y K H S L
Decimal 230 219 250 0.08 0.12 0 0.02 261.29 0.76 0.92
Hex E6 DB FA 8 C 0 2 105 4C 5C
Octal 346 333 372 10 14 0 2 405 114 134
Binary 11100110 11011011 11111010 1000 1100 0 10 100000101 1001100 1011100

Color Harmonies of #E6DBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DBFA

Black with #E6DBFA

Text Example


Text Example

White with #E6DBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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