Html Css Color HEX #EFE7FB Magnolia

📋 copy color: '#EFE7FB'

red 239 ◦ green 231 ◦ blue 251

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

Shades of Magnolia #EFE7FB

Tints of Magnolia #EFE7FB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 32.04%

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

R = 33.15%
G = 32.04%
B = 34.81%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFE7FB (or 0xEFE7FB) is known color: Magnolia. HEX triplet: EF, E7 and FB. RGB value is (239,231,251). Sum of RGB (Red+Green+Blue) = 239+231+251=721 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.15% from 721); Green value is 231 (90.62% from 255 or 32.04% from 721); Blue value is 251 (98.44% from 255 or 34.81% from 721); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFE7FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE7FB is #101804. Grayscale: #EBEBEB. Windows color (decimal): -1054725 or 16508911. OLE color: 16508911.

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

Color convert

RGB 239 231 251 -
CMYK 0.05 0.08 0 0.02
HSL 264º 0.71% 0.95% -
HSV(B) 264º 0.08% 0.98% -
XYZ 81.59 82.47 102.88 -
YUV 235.67 136.65 130.37 -
System Red Green Blue C M Y K H S L
Decimal 239 231 251 0.05 0.08 0 0.02 264 0.71 0.95
Hex EF E7 FB 5 8 0 2 108 47 5F
Octal 357 347 373 5 10 0 2 410 107 137
Binary 11101111 11100111 11111011 101 1000 0 10 100001000 1000111 1011111

Color Harmonies of #EFE7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE7FB

Black with #EFE7FB

Text Example


Text Example

White with #EFE7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE7FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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