Html Css Color HEX #EFEDF3 Magnolia

📋 copy color: '#EFEDF3'

red 239 ◦ green 237 ◦ blue 243

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

Shades of Magnolia #EFEDF3

Tints of Magnolia #EFEDF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 33.8%

R = 33.24%
G = 32.96%
B = 33.8%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFEDF3 (or 0xEFEDF3) is known color: Magnolia. HEX triplet: EF, ED and F3. RGB value is (239,237,243). Sum of RGB (Red+Green+Blue) = 239+237+243=719 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.24% from 719); Green value is 237 (92.97% from 255 or 32.96% from 719); Blue value is 243 (95.31% from 255 or 33.80% from 719); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFEDF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEDF3 is #10120C. Grayscale: #EEEEEE. Windows color (decimal): -1053197 or 15986159. OLE color: 15986159.

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

Color convert

RGB 239 237 243 -
CMYK 0.02 0.02 0 0.05
HSL 260º 0.2% 0.94% -
HSV(B) 260º 0.02% 0.95% -
XYZ 82.06 85.39 96.95 -
YUV 238.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 239 237 243 0.02 0.02 0 0.05 260 0.2 0.94
Hex EF ED F3 2 2 0 5 104 14 5E
Octal 357 355 363 2 2 0 5 404 24 136
Binary 11101111 11101101 11110011 10 10 0 101 100000100 10100 1011110

Color Harmonies of #EFEDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEDF3

Black with #EFEDF3

Text Example


Text Example

White with #EFEDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEDF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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