Html Css Color HEX #EFE7FC Magnolia

📋 copy color: '#EFE7FC'

red 239 ◦ green 231 ◦ blue 252

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

Shades of Magnolia #EFE7FC

Tints of Magnolia #EFE7FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 34.9%

R = 33.1%
G = 31.99%
B = 34.9%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFE7FC (or 0xEFE7FC) is known color: Magnolia. HEX triplet: EF, E7 and FC. RGB value is (239,231,252). Sum of RGB (Red+Green+Blue) = 239+231+252=722 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.10% from 722); Green value is 231 (90.62% from 255 or 31.99% from 722); Blue value is 252 (98.83% from 255 or 34.90% from 722); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFE7FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE7FC is #101803. Grayscale: #EBEBEB. Windows color (decimal): -1054724 or 16574447. OLE color: 16574447.

HSL color Cylindrical-coordinate representation of color #EFE7FC: hue angle of 262.86º degrees, saturation: 0.78, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFE7FC is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 231 252 -
CMYK 0.05 0.08 0 0.01
HSL 262.86º 0.78% 0.95% -
HSV(B) 262.86º 0.08% 0.99% -
XYZ 81.74 82.53 103.72 -
YUV 235.79 137.15 130.29 -
System Red Green Blue C M Y K H S L
Decimal 239 231 252 0.05 0.08 0 0.01 262.86 0.78 0.95
Hex EF E7 FC 5 8 0 1 107 4E 5F
Octal 357 347 374 5 10 0 1 407 116 137
Binary 11101111 11100111 11111100 101 1000 0 1 100000111 1001110 1011111

Color Harmonies of #EFE7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE7FC

Black with #EFE7FC

Text Example


Text Example

White with #EFE7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE7FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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