Html Css Color HEX #EFECFB Magnolia

📋 copy color: '#EFECFB'

red 239 ◦ green 236 ◦ blue 251

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

Shades of Magnolia #EFECFB

Tints of Magnolia #EFECFB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 32.51%

 BLUE value IS 251 (98.44% from 255) = 34.57%

R = 32.92%
G = 32.51%
B = 34.57%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFECFB (or 0xEFECFB) is known color: Magnolia. HEX triplet: EF, EC and FB. RGB value is (239,236,251). Sum of RGB (Red+Green+Blue) = 239+236+251=726 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.92% from 726); Green value is 236 (92.58% from 255 or 32.51% from 726); Blue value is 251 (98.44% from 255 or 34.57% from 726); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFECFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFECFB is #101304. Grayscale: #EEEEEE. Windows color (decimal): -1053445 or 16510191. OLE color: 16510191.

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

Color convert

RGB 239 236 251 -
CMYK 0.05 0.06 0 0.02
HSL 252º 0.65% 0.95% -
HSV(B) 252º 0.06% 0.98% -
XYZ 83 85.31 103.36 -
YUV 238.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 239 236 251 0.05 0.06 0 0.02 252 0.65 0.95
Hex EF EC FB 5 6 0 2 FC 41 5F
Octal 357 354 373 5 6 0 2 374 101 137
Binary 11101111 11101100 11111011 101 110 0 10 11111100 1000001 1011111

Color Harmonies of #EFECFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFECFB

Black with #EFECFB

Text Example


Text Example

White with #EFECFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFECFB; }

 p { color: rgb(239,236,251); }

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

background-color css

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

 a { background-color: rgb(239,236,251); }

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

border-color css

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

 span { border-color: rgb(239,236,251); }

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