Html Css Color HEX #EFE5FC Magnolia

📋 copy color: '#EFE5FC'

red 239 ◦ green 229 ◦ blue 252

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

Shades of Magnolia #EFE5FC

Tints of Magnolia #EFE5FC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 31.81%

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

R = 33.19%
G = 31.81%
B = 35%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFE5FC (or 0xEFE5FC) is known color: Magnolia. HEX triplet: EF, E5 and FC. RGB value is (239,229,252). Sum of RGB (Red+Green+Blue) = 239+229+252=720 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.19% from 720); Green value is 229 (89.84% from 255 or 31.81% from 720); Blue value is 252 (98.83% from 255 or 35% from 720); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFE5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE5FC is #101A03. Grayscale: #EAEAEA. Windows color (decimal): -1055236 or 16573935. OLE color: 16573935.

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

Color convert

RGB 239 229 252 -
CMYK 0.05 0.09 0 0.01
HSL 266.09º 0.79% 0.94% -
HSV(B) 266.09º 0.09% 0.99% -
XYZ 81.19 81.42 103.53 -
YUV 234.61 137.81 131.13 -
System Red Green Blue C M Y K H S L
Decimal 239 229 252 0.05 0.09 0 0.01 266.09 0.79 0.94
Hex EF E5 FC 5 9 0 1 10A 4F 5E
Octal 357 345 374 5 11 0 1 412 117 136
Binary 11101111 11100101 11111100 101 1001 0 1 100001010 1001111 1011110

Color Harmonies of #EFE5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE5FC

Black with #EFE5FC

Text Example


Text Example

White with #EFE5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE5FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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