Html Css Color HEX #EFE3FF Magnolia

📋 copy color: '#EFE3FF'

red 239 ◦ green 227 ◦ blue 255

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

Shades of Magnolia #EFE3FF

Tints of Magnolia #EFE3FF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 31.48%

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

R = 33.15%
G = 31.48%
B = 35.37%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFE3FF (or 0xEFE3FF) is known color: Magnolia. HEX triplet: EF, E3 and FF. RGB value is (239,227,255). Sum of RGB (Red+Green+Blue) = 239+227+255=721 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.15% from 721); Green value is 227 (89.06% from 255 or 31.48% from 721); Blue value is 255 (100% from 255 or 35.37% from 721); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFE3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE3FF is #101C00. Grayscale: #E9E9E9. Windows color (decimal): -1055745 or 16770031. OLE color: 16770031.

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

Color convert

RGB 239 227 255 -
CMYK 0.06 0.11 0 0
HSL 265.71º 1% 0.95% -
HSV(B) 265.71º 0.11% 1% -
XYZ 81.12 80.51 105.87 -
YUV 233.78 139.98 131.72 -
System Red Green Blue C M Y K H S L
Decimal 239 227 255 0.06 0.11 0 0 265.71 1 0.95
Hex EF E3 FF 6 B 0 0 10A 64 5F
Octal 357 343 377 6 13 0 0 412 144 137
Binary 11101111 11100011 11111111 110 1011 0 0 100001010 1100100 1011111

Color Harmonies of #EFE3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE3FF

Black with #EFE3FF

Text Example


Text Example

White with #EFE3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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