Html Css Color HEX #EFE8FF Magnolia

📋 copy color: '#EFE8FF'

red 239 ◦ green 232 ◦ blue 255

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

Shades of Magnolia #EFE8FF

Tints of Magnolia #EFE8FF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 31.96%

 BLUE value IS 255 (100% from 255) = 35.12%

R = 32.92%
G = 31.96%
B = 35.12%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFE8FF (or 0xEFE8FF) is known color: Magnolia. HEX triplet: EF, E8 and FF. RGB value is (239,232,255). Sum of RGB (Red+Green+Blue) = 239+232+255=726 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.92% from 726); Green value is 232 (91.02% from 255 or 31.96% from 726); Blue value is 255 (100% from 255 or 35.12% from 726); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFE8FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE8FF is #101700. Grayscale: #ECECEC. Windows color (decimal): -1054465 or 16771311. OLE color: 16771311.

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

Color convert

RGB 239 232 255 -
CMYK 0.06 0.09 0 0
HSL 258.26º 1% 0.95% -
HSV(B) 258.26º 0.09% 1% -
XYZ 82.5 83.28 106.33 -
YUV 236.72 138.32 129.63 -
System Red Green Blue C M Y K H S L
Decimal 239 232 255 0.06 0.09 0 0 258.26 1 0.95
Hex EF E8 FF 6 9 0 0 102 64 5F
Octal 357 350 377 6 11 0 0 402 144 137
Binary 11101111 11101000 11111111 110 1001 0 0 100000010 1100100 1011111

Color Harmonies of #EFE8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE8FF

Black with #EFE8FF

Text Example


Text Example

White with #EFE8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE8FF; }

 p { color: rgb(239,232,255); }

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

background-color css

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

 a { background-color: rgb(239,232,255); }

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

border-color css

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

 span { border-color: rgb(239,232,255); }

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