Html Css Color HEX #EFE7FF Magnolia

📋 copy color: '#EFE7FF'

red 239 ◦ green 231 ◦ blue 255

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

Shades of Magnolia #EFE7FF

Tints of Magnolia #EFE7FF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 31.86%

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

R = 32.97%
G = 31.86%
B = 35.17%

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

#EFE7FF (or 0xEFE7FF) is known color: Magnolia. HEX triplet: EF, E7 and FF. RGB value is (239,231,255). Sum of RGB (Red+Green+Blue) = 239+231+255=725 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.97% from 725); Green value is 231 (90.62% from 255 or 31.86% from 725); Blue value is 255 (100% from 255 or 35.17% from 725); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFE7FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE7FF is #101800. Grayscale: #ECECEC. Windows color (decimal): -1054721 or 16771055. OLE color: 16771055.

HSL color Cylindrical-coordinate representation of color #EFE7FF: hue angle of 260º 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 #EFE7FF is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 239 231 255 -
CMYK 0.06 0.09 0 0
HSL 260º 1% 0.95% -
HSV(B) 260º 0.09% 1% -
XYZ 82.22 82.72 106.24 -
YUV 236.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 239 231 255 0.06 0.09 0 0 260 1 0.95
Hex EF E7 FF 6 9 0 0 104 64 5F
Octal 357 347 377 6 11 0 0 404 144 137
Binary 11101111 11100111 11111111 110 1001 0 0 100000100 1100100 1011111

Color Harmonies of #EFE7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE7FF

Black with #EFE7FF

Text Example


Text Example

White with #EFE7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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