Html Css Color HEX #EFEEF2 Magnolia

📋 copy color: '#EFEEF2'

red 239 ◦ green 238 ◦ blue 242

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

Shades of Magnolia #EFEEF2

Tints of Magnolia #EFEEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 33.66%

R = 33.24%
G = 33.1%
B = 33.66%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFEEF2 (or 0xEFEEF2) is known color: Magnolia. HEX triplet: EF, EE and F2. RGB value is (239,238,242). Sum of RGB (Red+Green+Blue) = 239+238+242=719 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.24% from 719); Green value is 238 (93.36% from 255 or 33.10% from 719); Blue value is 242 (94.92% from 255 or 33.66% from 719); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFEEF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEEF2 is #10110D. Grayscale: #EEEEEE. Windows color (decimal): -1052942 or 15920879. OLE color: 15920879.

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

Color convert

RGB 239 238 242 -
CMYK 0.01 0.02 0 0.05
HSL 255º 0.13% 0.94% -
HSV(B) 255º 0.02% 0.95% -
XYZ 82.2 85.91 96.25 -
YUV 238.76 129.83 128.17 -
System Red Green Blue C M Y K H S L
Decimal 239 238 242 0.01 0.02 0 0.05 255 0.13 0.94
Hex EF EE F2 1 2 0 5 FF D 5E
Octal 357 356 362 1 2 0 5 377 15 136
Binary 11101111 11101110 11110010 1 10 0 101 11111111 1101 1011110

Color Harmonies of #EFEEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEEF2

Black with #EFEEF2

Text Example


Text Example

White with #EFEEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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