Html Css Color HEX #E9DBFE Magnolia

📋 copy color: '#E9DBFE'

red 233 ◦ green 219 ◦ blue 254

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

Shades of Magnolia #E9DBFE

Tints of Magnolia #E9DBFE

RGB

 RED value IS 233 (91.41% from 255) = 33%

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

 BLUE value IS 254 (99.61% from 255) = 35.98%

R = 33%
G = 31.02%
B = 35.98%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E9DBFE (or 0xE9DBFE) is known color: Magnolia. HEX triplet: E9, DB and FE. RGB value is (233,219,254). Sum of RGB (Red+Green+Blue) = 233+219+254=706 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.00% from 706); Green value is 219 (85.94% from 255 or 31.02% from 706); Blue value is 254 (99.61% from 255 or 35.98% from 706); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9DBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DBFE is #162401. Grayscale: #E3E3E3. Windows color (decimal): -1451010 or 16702441. OLE color: 16702441.

HSL color Cylindrical-coordinate representation of color #E9DBFE: hue angle of 264º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E9DBFE is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 233 219 254 -
CMYK 0.08 0.14 0 0.00
HSL 264º 0.95% 0.93% -
HSV(B) 264º 0.14% 1% -
XYZ 76.83 75.14 104.22 -
YUV 227.18 143.14 132.15 -
System Red Green Blue C M Y K H S L
Decimal 233 219 254 0.08 0.14 0 0.00 264 0.95 0.93
Hex E9 DB FE 8 E 0 0 108 5F 5D
Octal 351 333 376 10 16 0 0 410 137 135
Binary 11101001 11011011 11111110 1000 1110 0 0 100001000 1011111 1011101

Color Harmonies of #E9DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DBFE

Black with #E9DBFE

Text Example


Text Example

White with #E9DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DBFE; }

 p { color: rgb(233,219,254); }

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

background-color css

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

 a { background-color: rgb(233,219,254); }

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

border-color css

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

 span { border-color: rgb(233,219,254); }

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