Html Css Color HEX #EFEDF2 Magnolia

📋 copy color: '#EFEDF2'

red 239 ◦ green 237 ◦ blue 242

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

Shades of Magnolia #EFEDF2

Tints of Magnolia #EFEDF2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 33.01%

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

R = 33.29%
G = 33.01%
B = 33.7%

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

#EFEDF2 (or 0xEFEDF2) is known color: Magnolia. HEX triplet: EF, ED and F2. RGB value is (239,237,242). Sum of RGB (Red+Green+Blue) = 239+237+242=718 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.29% from 718); Green value is 237 (92.97% from 255 or 33.01% from 718); Blue value is 242 (94.92% from 255 or 33.70% from 718); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFEDF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEDF2 is #10120D. Grayscale: #EEEEEE. Windows color (decimal): -1053198 or 15920623. OLE color: 15920623.

HSL color Cylindrical-coordinate representation of color #EFEDF2: hue angle of 264º degrees, saturation: 0.16, 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 #EFEDF2 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 237 242 -
CMYK 0.01 0.02 0 0.05
HSL 264º 0.16% 0.94% -
HSV(B) 264º 0.02% 0.95% -
XYZ 81.91 85.33 96.16 -
YUV 238.17 130.16 128.59 -
System Red Green Blue C M Y K H S L
Decimal 239 237 242 0.01 0.02 0 0.05 264 0.16 0.94
Hex EF ED F2 1 2 0 5 108 10 5E
Octal 357 355 362 1 2 0 5 410 20 136
Binary 11101111 11101101 11110010 1 10 0 101 100001000 10000 1011110

Color Harmonies of #EFEDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEDF2

Black with #EFEDF2

Text Example


Text Example

White with #EFEDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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