Html Css Color HEX #E9DEFA Magnolia

📋 copy color: '#E9DEFA'

red 233 ◦ green 222 ◦ blue 250

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

Shades of Magnolia #E9DEFA

Tints of Magnolia #E9DEFA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.49%

 BLUE value IS 250 (98.05% from 255) = 35.46%

R = 33.05%
G = 31.49%
B = 35.46%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E9DEFA (or 0xE9DEFA) is known color: Magnolia. HEX triplet: E9, DE and FA. RGB value is (233,222,250). Sum of RGB (Red+Green+Blue) = 233+222+250=705 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.05% from 705); Green value is 222 (87.11% from 255 or 31.49% from 705); Blue value is 250 (98.05% from 255 or 35.46% from 705); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9DEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DEFA is #162105. Grayscale: #E4E4E4. Windows color (decimal): -1450246 or 16441065. OLE color: 16441065.

HSL color Cylindrical-coordinate representation of color #E9DEFA: hue angle of 263.57º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E9DEFA is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 222 250 -
CMYK 0.07 0.11 0 0.02
HSL 263.57º 0.74% 0.93% -
HSV(B) 263.57º 0.11% 0.98% -
XYZ 76.98 76.47 101.15 -
YUV 228.48 140.14 131.22 -
System Red Green Blue C M Y K H S L
Decimal 233 222 250 0.07 0.11 0 0.02 263.57 0.74 0.93
Hex E9 DE FA 7 B 0 2 108 4A 5D
Octal 351 336 372 7 13 0 2 410 112 135
Binary 11101001 11011110 11111010 111 1011 0 10 100001000 1001010 1011101

Color Harmonies of #E9DEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DEFA

Black with #E9DEFA

Text Example


Text Example

White with #E9DEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DEFA; }

 p { color: rgb(233,222,250); }

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

background-color css

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

 a { background-color: rgb(233,222,250); }

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

border-color css

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

 span { border-color: rgb(233,222,250); }

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