Html Css Color HEX #EFEEF1 Magnolia

📋 copy color: '#EFEEF1'

red 239 ◦ green 238 ◦ blue 241

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

Shades of Magnolia #EFEEF1

Tints of Magnolia #EFEEF1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 33.15%

 BLUE value IS 241 (94.53% from 255) = 33.57%

R = 33.29%
G = 33.15%
B = 33.57%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFEEF1 (or 0xEFEEF1) is known color: Magnolia. HEX triplet: EF, EE and F1. RGB value is (239,238,241). Sum of RGB (Red+Green+Blue) = 239+238+241=718 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.29% from 718); Green value is 238 (93.36% from 255 or 33.15% from 718); Blue value is 241 (94.53% from 255 or 33.57% from 718); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFEEF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEEF1 is #10110E. Grayscale: #EEEEEE. Windows color (decimal): -1052943 or 15855343. OLE color: 15855343.

HSL color Cylindrical-coordinate representation of color #EFEEF1: hue angle of 260º degrees, saturation: 0.1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EFEEF1 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 238 241 -
CMYK 0.01 0.01 0 0.05
HSL 260º 0.1% 0.94% -
HSV(B) 260º 0.01% 0.95% -
XYZ 82.05 85.85 95.47 -
YUV 238.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 239 238 241 0.01 0.01 0 0.05 260 0.1 0.94
Hex EF EE F1 1 1 0 5 104 A 5E
Octal 357 356 361 1 1 0 5 404 12 136
Binary 11101111 11101110 11110001 1 1 0 101 100000100 1010 1011110

Color Harmonies of #EFEEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEEF1

Black with #EFEEF1

Text Example


Text Example

White with #EFEEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEEF1; }

 p { color: rgb(239,238,241); }

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

background-color css

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

 a { background-color: rgb(239,238,241); }

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

border-color css

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

 span { border-color: rgb(239,238,241); }

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