Html Css Color HEX #EFE4FB Magnolia

📋 copy color: '#EFE4FB'

red 239 ◦ green 228 ◦ blue 251

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

Shades of Magnolia #EFE4FB

Tints of Magnolia #EFE4FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 34.96%

R = 33.29%
G = 31.75%
B = 34.96%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFE4FB (or 0xEFE4FB) is known color: Magnolia. HEX triplet: EF, E4 and FB. RGB value is (239,228,251). Sum of RGB (Red+Green+Blue) = 239+228+251=718 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.29% from 718); Green value is 228 (89.45% from 255 or 31.75% from 718); Blue value is 251 (98.44% from 255 or 34.96% from 718); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFE4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE4FB is #101B04. Grayscale: #E9E9E9. Windows color (decimal): -1055493 or 16508143. OLE color: 16508143.

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

Color convert

RGB 239 228 251 -
CMYK 0.05 0.09 0 0.02
HSL 268.7º 0.74% 0.94% -
HSV(B) 268.7º 0.09% 0.98% -
XYZ 80.75 80.8 102.61 -
YUV 233.91 137.64 131.63 -
System Red Green Blue C M Y K H S L
Decimal 239 228 251 0.05 0.09 0 0.02 268.7 0.74 0.94
Hex EF E4 FB 5 9 0 2 10D 4A 5E
Octal 357 344 373 5 11 0 2 415 112 136
Binary 11101111 11100100 11111011 101 1001 0 10 100001101 1001010 1011110

Color Harmonies of #EFE4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE4FB

Black with #EFE4FB

Text Example


Text Example

White with #EFE4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE4FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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