Html Css Color HEX #EFEAF6 Magnolia

📋 copy color: '#EFEAF6'

red 239 ◦ green 234 ◦ blue 246

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

Shades of Magnolia #EFEAF6

Tints of Magnolia #EFEAF6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 32.55%

 BLUE value IS 246 (96.48% from 255) = 34.21%

R = 33.24%
G = 32.55%
B = 34.21%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EFEAF6 (or 0xEFEAF6) is known color: Magnolia. HEX triplet: EF, EA and F6. RGB value is (239,234,246). Sum of RGB (Red+Green+Blue) = 239+234+246=719 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.24% from 719); Green value is 234 (91.80% from 255 or 32.55% from 719); Blue value is 246 (96.48% from 255 or 34.21% from 719); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFEAF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEAF6 is #101509. Grayscale: #ECECEC. Windows color (decimal): -1053962 or 16181999. OLE color: 16181999.

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

Color convert

RGB 239 234 246 -
CMYK 0.03 0.05 0 0.04
HSL 265º 0.4% 0.94% -
HSV(B) 265º 0.05% 0.96% -
XYZ 81.65 83.85 99.07 -
YUV 236.86 133.16 129.52 -
System Red Green Blue C M Y K H S L
Decimal 239 234 246 0.03 0.05 0 0.04 265 0.4 0.94
Hex EF EA F6 3 5 0 4 109 28 5E
Octal 357 352 366 3 5 0 4 411 50 136
Binary 11101111 11101010 11110110 11 101 0 100 100001001 101000 1011110

Color Harmonies of #EFEAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEAF6

Black with #EFEAF6

Text Example


Text Example

White with #EFEAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEAF6; }

 p { color: rgb(239,234,246); }

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

background-color css

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

 a { background-color: rgb(239,234,246); }

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

border-color css

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

 span { border-color: rgb(239,234,246); }

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