Html Css Color HEX #EFE7F8 Magnolia

📋 copy color: '#EFE7F8'

red 239 ◦ green 231 ◦ blue 248

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

Shades of Magnolia #EFE7F8

Tints of Magnolia #EFE7F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 34.54%

R = 33.29%
G = 32.17%
B = 34.54%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EFE7F8 (or 0xEFE7F8) is known color: Magnolia. HEX triplet: EF, E7 and F8. RGB value is (239,231,248). Sum of RGB (Red+Green+Blue) = 239+231+248=718 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.29% from 718); Green value is 231 (90.62% from 255 or 32.17% from 718); Blue value is 248 (97.27% from 255 or 34.54% from 718); Max value from RGB is 248 - color contains mainly: blue. Hex color #EFE7F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE7F8 is #101807. Grayscale: #EBEBEB. Windows color (decimal): -1054728 or 16312303. OLE color: 16312303.

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

Color convert

RGB 239 231 248 -
CMYK 0.04 0.07 0 0.03
HSL 268.24º 0.55% 0.94% -
HSV(B) 268.24º 0.07% 0.97% -
XYZ 81.12 82.28 100.41 -
YUV 235.33 135.15 130.62 -
System Red Green Blue C M Y K H S L
Decimal 239 231 248 0.04 0.07 0 0.03 268.24 0.55 0.94
Hex EF E7 F8 4 7 0 3 10C 37 5E
Octal 357 347 370 4 7 0 3 414 67 136
Binary 11101111 11100111 11111000 100 111 0 11 100001100 110111 1011110

Color Harmonies of #EFE7F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE7F8

Black with #EFE7F8

Text Example


Text Example

White with #EFE7F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE7F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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