Html Css Color HEX #EFE6FB Magnolia

📋 copy color: '#EFE6FB'

red 239 ◦ green 230 ◦ blue 251

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

Shades of Magnolia #EFE6FB

Tints of Magnolia #EFE6FB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 31.94%

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

R = 33.19%
G = 31.94%
B = 34.86%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFE6FB (or 0xEFE6FB) is known color: Magnolia. HEX triplet: EF, E6 and FB. RGB value is (239,230,251). Sum of RGB (Red+Green+Blue) = 239+230+251=720 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.19% from 720); Green value is 230 (90.23% from 255 or 31.94% from 720); Blue value is 251 (98.44% from 255 or 34.86% from 720); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFE6FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE6FB is #101904. Grayscale: #EBEBEB. Windows color (decimal): -1054981 or 16508655. OLE color: 16508655.

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

Color convert

RGB 239 230 251 -
CMYK 0.05 0.08 0 0.02
HSL 265.71º 0.72% 0.94% -
HSV(B) 265.71º 0.08% 0.98% -
XYZ 81.31 81.91 102.79 -
YUV 235.09 136.98 130.79 -
System Red Green Blue C M Y K H S L
Decimal 239 230 251 0.05 0.08 0 0.02 265.71 0.72 0.94
Hex EF E6 FB 5 8 0 2 10A 48 5E
Octal 357 346 373 5 10 0 2 412 110 136
Binary 11101111 11100110 11111011 101 1000 0 10 100001010 1001000 1011110

Color Harmonies of #EFE6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE6FB

Black with #EFE6FB

Text Example


Text Example

White with #EFE6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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