Html Css Color HEX #E6DCF9 Magnolia

📋 copy color: '#E6DCF9'

red 230 ◦ green 220 ◦ blue 249

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

Shades of Magnolia #E6DCF9

Tints of Magnolia #E6DCF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 35.62%

R = 32.9%
G = 31.47%
B = 35.62%

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

#E6DCF9 (or 0xE6DCF9) is known color: Magnolia. HEX triplet: E6, DC and F9. RGB value is (230,220,249). Sum of RGB (Red+Green+Blue) = 230+220+249=699 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.90% from 699); Green value is 220 (86.33% from 255 or 31.47% from 699); Blue value is 249 (97.66% from 255 or 35.62% from 699); Max value from RGB is 249 - color contains mainly: blue. Hex color #E6DCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DCF9 is #192306. Grayscale: #E2E2E2. Windows color (decimal): -1647367 or 16375014. OLE color: 16375014.

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

Color convert

RGB 230 220 249 -
CMYK 0.08 0.12 0 0.02
HSL 260.69º 0.71% 0.92% -
HSV(B) 260.69º 0.12% 0.98% -
XYZ 75.33 74.85 100.1 -
YUV 226.3 140.81 130.64 -
System Red Green Blue C M Y K H S L
Decimal 230 220 249 0.08 0.12 0 0.02 260.69 0.71 0.92
Hex E6 DC F9 8 C 0 2 105 47 5C
Octal 346 334 371 10 14 0 2 405 107 134
Binary 11100110 11011100 11111001 1000 1100 0 10 100000101 1000111 1011100

Color Harmonies of #E6DCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DCF9

Black with #E6DCF9

Text Example


Text Example

White with #E6DCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DCF9; }

 p { color: rgb(230,220,249); }

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

background-color css

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

 a { background-color: rgb(230,220,249); }

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

border-color css

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

 span { border-color: rgb(230,220,249); }

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