Html Css Color HEX #EFE9FB Magnolia

📋 copy color: '#EFE9FB'

red 239 ◦ green 233 ◦ blue 251

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

Shades of Magnolia #EFE9FB

Tints of Magnolia #EFE9FB

RGB

 RED value IS 239 (93.75% from 255) = 33.06%

 GREEN value IS 233 (91.41% from 255) = 32.23%

 BLUE value IS 251 (98.44% from 255) = 34.72%

R = 33.06%
G = 32.23%
B = 34.72%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFE9FB (or 0xEFE9FB) is known color: Magnolia. HEX triplet: EF, E9 and FB. RGB value is (239,233,251). Sum of RGB (Red+Green+Blue) = 239+233+251=723 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.06% from 723); Green value is 233 (91.41% from 255 or 32.23% from 723); Blue value is 251 (98.44% from 255 or 34.72% from 723); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFE9FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE9FB is #101604. Grayscale: #ECECEC. Windows color (decimal): -1054213 or 16509423. OLE color: 16509423.

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

Color convert

RGB 239 233 251 -
CMYK 0.05 0.07 0 0.02
HSL 260º 0.69% 0.95% -
HSV(B) 260º 0.07% 0.98% -
XYZ 82.15 83.59 103.07 -
YUV 236.85 135.99 129.54 -
System Red Green Blue C M Y K H S L
Decimal 239 233 251 0.05 0.07 0 0.02 260 0.69 0.95
Hex EF E9 FB 5 7 0 2 104 45 5F
Octal 357 351 373 5 7 0 2 404 105 137
Binary 11101111 11101001 11111011 101 111 0 10 100000100 1000101 1011111

Color Harmonies of #EFE9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE9FB

Black with #EFE9FB

Text Example


Text Example

White with #EFE9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE9FB; }

 p { color: rgb(239,233,251); }

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

background-color css

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

 a { background-color: rgb(239,233,251); }

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

border-color css

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

 span { border-color: rgb(239,233,251); }

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