Html Css Color HEX #E6DBF9 Magnolia

📋 copy color: '#E6DBF9'

red 230 ◦ green 219 ◦ blue 249

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

Shades of Magnolia #E6DBF9

Tints of Magnolia #E6DBF9

RGB

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

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

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

R = 32.95%
G = 31.38%
B = 35.67%

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

#E6DBF9 (or 0xE6DBF9) is known color: Magnolia. HEX triplet: E6, DB and F9. RGB value is (230,219,249). Sum of RGB (Red+Green+Blue) = 230+219+249=698 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.95% from 698); Green value is 219 (85.94% from 255 or 31.38% from 698); Blue value is 249 (97.66% from 255 or 35.67% from 698); Max value from RGB is 249 - color contains mainly: blue. Hex color #E6DBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DBF9 is #192406. Grayscale: #E1E1E1. Windows color (decimal): -1647623 or 16374758. OLE color: 16374758.

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

Color convert

RGB 230 219 249 -
CMYK 0.08 0.12 0 0.02
HSL 262º 0.71% 0.92% -
HSV(B) 262º 0.12% 0.98% -
XYZ 75.06 74.33 100.01 -
YUV 225.71 141.14 131.06 -
System Red Green Blue C M Y K H S L
Decimal 230 219 249 0.08 0.12 0 0.02 262 0.71 0.92
Hex E6 DB F9 8 C 0 2 106 47 5C
Octal 346 333 371 10 14 0 2 406 107 134
Binary 11100110 11011011 11111001 1000 1100 0 10 100000110 1000111 1011100

Color Harmonies of #E6DBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DBF9

Black with #E6DBF9

Text Example


Text Example

White with #E6DBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DBF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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