Html Css Color HEX #E9DBFC Magnolia

📋 copy color: '#E9DBFC'

red 233 ◦ green 219 ◦ blue 252

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

Shades of Magnolia #E9DBFC

Tints of Magnolia #E9DBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 35.8%

R = 33.1%
G = 31.11%
B = 35.8%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E9DBFC (or 0xE9DBFC) is known color: Magnolia. HEX triplet: E9, DB and FC. RGB value is (233,219,252). Sum of RGB (Red+Green+Blue) = 233+219+252=704 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.10% from 704); Green value is 219 (85.94% from 255 or 31.11% from 704); Blue value is 252 (98.83% from 255 or 35.80% from 704); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9DBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DBFC is #162403. Grayscale: #E2E2E2. Windows color (decimal): -1451012 or 16571369. OLE color: 16571369.

HSL color Cylindrical-coordinate representation of color #E9DBFC: hue angle of 265.45º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9DBFC is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 233 219 252 -
CMYK 0.08 0.13 0 0.01
HSL 265.45º 0.85% 0.92% -
HSV(B) 265.45º 0.13% 0.99% -
XYZ 76.51 75.01 102.54 -
YUV 226.95 142.14 132.32 -
System Red Green Blue C M Y K H S L
Decimal 233 219 252 0.08 0.13 0 0.01 265.45 0.85 0.92
Hex E9 DB FC 8 D 0 1 109 55 5C
Octal 351 333 374 10 15 0 1 411 125 134
Binary 11101001 11011011 11111100 1000 1101 0 1 100001001 1010101 1011100

Color Harmonies of #E9DBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DBFC

Black with #E9DBFC

Text Example


Text Example

White with #E9DBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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