Html Css Color HEX #EFE8F7 Magnolia

📋 copy color: '#EFE8F7'

red 239 ◦ green 232 ◦ blue 247

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

Shades of Magnolia #EFE8F7

Tints of Magnolia #EFE8F7

RGB

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

 GREEN value IS 232 (91.02% from 255) = 32.31%

 BLUE value IS 247 (96.88% from 255) = 34.4%

R = 33.29%
G = 32.31%
B = 34.4%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EFE8F7 (or 0xEFE8F7) is known color: Magnolia. HEX triplet: EF, E8 and F7. RGB value is (239,232,247). Sum of RGB (Red+Green+Blue) = 239+232+247=718 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.29% from 718); Green value is 232 (91.02% from 255 or 32.31% from 718); Blue value is 247 (96.88% from 255 or 34.40% from 718); Max value from RGB is 247 - color contains mainly: blue. Hex color #EFE8F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE8F7 is #101708. Grayscale: #EBEBEB. Windows color (decimal): -1054473 or 16247023. OLE color: 16247023.

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

Color convert

RGB 239 232 247 -
CMYK 0.03 0.06 0 0.03
HSL 268º 0.48% 0.94% -
HSV(B) 268º 0.06% 0.97% -
XYZ 81.24 82.78 99.69 -
YUV 235.8 134.32 130.28 -
System Red Green Blue C M Y K H S L
Decimal 239 232 247 0.03 0.06 0 0.03 268 0.48 0.94
Hex EF E8 F7 3 6 0 3 10C 30 5E
Octal 357 350 367 3 6 0 3 414 60 136
Binary 11101111 11101000 11110111 11 110 0 11 100001100 110000 1011110

Color Harmonies of #EFE8F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE8F7

Black with #EFE8F7

Text Example


Text Example

White with #EFE8F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE8F7; }

 p { color: rgb(239,232,247); }

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

background-color css

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

 a { background-color: rgb(239,232,247); }

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

border-color css

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

 span { border-color: rgb(239,232,247); }

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