Html Css Color HEX #E9DBFF Magnolia

📋 copy color: '#E9DBFF'

red 233 ◦ green 219 ◦ blue 255

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

Shades of Magnolia #E9DBFF

Tints of Magnolia #E9DBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.07%

R = 32.96%
G = 30.98%
B = 36.07%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E9DBFF (or 0xE9DBFF) is known color: Magnolia. HEX triplet: E9, DB and FF. RGB value is (233,219,255). Sum of RGB (Red+Green+Blue) = 233+219+255=707 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.96% from 707); Green value is 219 (85.94% from 255 or 30.98% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #E9DBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DBFF is #162400. Grayscale: #E3E3E3. Windows color (decimal): -1451009 or 16767977. OLE color: 16767977.

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

Color convert

RGB 233 219 255 -
CMYK 0.09 0.14 0 0
HSL 263.33º 1% 0.93% -
HSV(B) 263.33º 0.14% 1% -
XYZ 76.99 75.21 105.07 -
YUV 227.29 143.64 132.07 -
System Red Green Blue C M Y K H S L
Decimal 233 219 255 0.09 0.14 0 0 263.33 1 0.93
Hex E9 DB FF 9 E 0 0 107 64 5D
Octal 351 333 377 11 16 0 0 407 144 135
Binary 11101001 11011011 11111111 1001 1110 0 0 100000111 1100100 1011101

Color Harmonies of #E9DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DBFF

Black with #E9DBFF

Text Example


Text Example

White with #E9DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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