Html Css Color HEX #EFEBF8 Magnolia

📋 copy color: '#EFEBF8'

red 239 ◦ green 235 ◦ blue 248

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

Shades of Magnolia #EFEBF8

Tints of Magnolia #EFEBF8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 32.55%

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

R = 33.1%
G = 32.55%
B = 34.35%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EFEBF8 (or 0xEFEBF8) is known color: Magnolia. HEX triplet: EF, EB and F8. RGB value is (239,235,248). Sum of RGB (Red+Green+Blue) = 239+235+248=722 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.10% from 722); Green value is 235 (92.19% from 255 or 32.55% from 722); Blue value is 248 (97.27% from 255 or 34.35% from 722); Max value from RGB is 248 - color contains mainly: blue. Hex color #EFEBF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEBF8 is #101407. Grayscale: #EDEDED. Windows color (decimal): -1053704 or 16313327. OLE color: 16313327.

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

Color convert

RGB 239 235 248 -
CMYK 0.04 0.05 0 0.03
HSL 258.46º 0.48% 0.95% -
HSV(B) 258.46º 0.05% 0.97% -
XYZ 82.25 84.54 100.79 -
YUV 237.68 133.83 128.94 -
System Red Green Blue C M Y K H S L
Decimal 239 235 248 0.04 0.05 0 0.03 258.46 0.48 0.95
Hex EF EB F8 4 5 0 3 102 30 5F
Octal 357 353 370 4 5 0 3 402 60 137
Binary 11101111 11101011 11111000 100 101 0 11 100000010 110000 1011111

Color Harmonies of #EFEBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEBF8

Black with #EFEBF8

Text Example


Text Example

White with #EFEBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEBF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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