Html Css Color HEX #EFE7F9 Magnolia

📋 copy color: '#EFE7F9'

red 239 ◦ green 231 ◦ blue 249

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

Shades of Magnolia #EFE7F9

Tints of Magnolia #EFE7F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 34.63%

R = 33.24%
G = 32.13%
B = 34.63%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFE7F9 (or 0xEFE7F9) is known color: Magnolia. HEX triplet: EF, E7 and F9. RGB value is (239,231,249). Sum of RGB (Red+Green+Blue) = 239+231+249=719 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.24% from 719); Green value is 231 (90.62% from 255 or 32.13% from 719); Blue value is 249 (97.66% from 255 or 34.63% from 719); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFE7F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE7F9 is #101806. Grayscale: #EBEBEB. Windows color (decimal): -1054727 or 16377839. OLE color: 16377839.

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

Color convert

RGB 239 231 249 -
CMYK 0.04 0.07 0 0.02
HSL 266.67º 0.6% 0.94% -
HSV(B) 266.67º 0.07% 0.98% -
XYZ 81.27 82.34 101.23 -
YUV 235.44 135.65 130.54 -
System Red Green Blue C M Y K H S L
Decimal 239 231 249 0.04 0.07 0 0.02 266.67 0.6 0.94
Hex EF E7 F9 4 7 0 2 10B 3C 5E
Octal 357 347 371 4 7 0 2 413 74 136
Binary 11101111 11100111 11111001 100 111 0 10 100001011 111100 1011110

Color Harmonies of #EFE7F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE7F9

Black with #EFE7F9

Text Example


Text Example

White with #EFE7F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE7F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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