Html Css Color HEX #EFE2FC Magnolia

📋 copy color: '#EFE2FC'

red 239 ◦ green 226 ◦ blue 252

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

Shades of Magnolia #EFE2FC

Tints of Magnolia #EFE2FC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 31.52%

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

R = 33.33%
G = 31.52%
B = 35.15%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFE2FC (or 0xEFE2FC) is known color: Magnolia. HEX triplet: EF, E2 and FC. RGB value is (239,226,252). Sum of RGB (Red+Green+Blue) = 239+226+252=717 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.33% from 717); Green value is 226 (88.67% from 255 or 31.52% from 717); Blue value is 252 (98.83% from 255 or 35.15% from 717); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFE2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE2FC is #101D03. Grayscale: #E8E8E8. Windows color (decimal): -1056004 or 16573167. OLE color: 16573167.

HSL color Cylindrical-coordinate representation of color #EFE2FC: hue angle of 270º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFE2FC is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 226 252 -
CMYK 0.05 0.10 0 0.01
HSL 270º 0.81% 0.94% -
HSV(B) 270º 0.1% 0.99% -
XYZ 80.36 79.77 103.26 -
YUV 232.85 138.81 132.39 -
System Red Green Blue C M Y K H S L
Decimal 239 226 252 0.05 0.10 0 0.01 270 0.81 0.94
Hex EF E2 FC 5 A 0 1 10E 51 5E
Octal 357 342 374 5 12 0 1 416 121 136
Binary 11101111 11100010 11111100 101 1010 0 1 100001110 1010001 1011110

Color Harmonies of #EFE2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE2FC

Black with #EFE2FC

Text Example


Text Example

White with #EFE2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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