Html Css Color HEX #E9DBFD Magnolia

📋 copy color: '#E9DBFD'

red 233 ◦ green 219 ◦ blue 253

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

Shades of Magnolia #E9DBFD

Tints of Magnolia #E9DBFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 35.89%

R = 33.05%
G = 31.06%
B = 35.89%

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

#E9DBFD (or 0xE9DBFD) is known color: Magnolia. HEX triplet: E9, DB and FD. RGB value is (233,219,253). Sum of RGB (Red+Green+Blue) = 233+219+253=705 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.05% from 705); Green value is 219 (85.94% from 255 or 31.06% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9DBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DBFD is #162402. Grayscale: #E2E2E2. Windows color (decimal): -1451011 or 16636905. OLE color: 16636905.

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

Color convert

RGB 233 219 253 -
CMYK 0.08 0.13 0 0.01
HSL 264.71º 0.89% 0.93% -
HSV(B) 264.71º 0.13% 0.99% -
XYZ 76.67 75.08 103.38 -
YUV 227.06 142.64 132.24 -
System Red Green Blue C M Y K H S L
Decimal 233 219 253 0.08 0.13 0 0.01 264.71 0.89 0.93
Hex E9 DB FD 8 D 0 1 109 59 5D
Octal 351 333 375 10 15 0 1 411 131 135
Binary 11101001 11011011 11111101 1000 1101 0 1 100001001 1011001 1011101

Color Harmonies of #E9DBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DBFD

Black with #E9DBFD

Text Example


Text Example

White with #E9DBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DBFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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