Html Css Color HEX #EFE4FC Magnolia

📋 copy color: '#EFE4FC'

red 239 ◦ green 228 ◦ blue 252

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

Shades of Magnolia #EFE4FC

Tints of Magnolia #EFE4FC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 31.71%

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

R = 33.24%
G = 31.71%
B = 35.05%

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

#EFE4FC (or 0xEFE4FC) is known color: Magnolia. HEX triplet: EF, E4 and FC. RGB value is (239,228,252). Sum of RGB (Red+Green+Blue) = 239+228+252=719 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.24% from 719); Green value is 228 (89.45% from 255 or 31.71% from 719); Blue value is 252 (98.83% from 255 or 35.05% from 719); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFE4FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE4FC is #101B03. Grayscale: #E9E9E9. Windows color (decimal): -1055492 or 16573679. OLE color: 16573679.

HSL color Cylindrical-coordinate representation of color #EFE4FC: hue angle of 267.5º degrees, saturation: 0.8, 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 #EFE4FC is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 228 252 -
CMYK 0.05 0.10 0 0.01
HSL 267.5º 0.8% 0.94% -
HSV(B) 267.5º 0.1% 0.99% -
XYZ 80.91 80.87 103.44 -
YUV 234.03 138.14 131.55 -
System Red Green Blue C M Y K H S L
Decimal 239 228 252 0.05 0.10 0 0.01 267.5 0.8 0.94
Hex EF E4 FC 5 A 0 1 10C 50 5E
Octal 357 344 374 5 12 0 1 414 120 136
Binary 11101111 11100100 11111100 101 1010 0 1 100001100 1010000 1011110

Color Harmonies of #EFE4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE4FC

Black with #EFE4FC

Text Example


Text Example

White with #EFE4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE4FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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