Html Css Color HEX #EFE5F9 Magnolia

📋 copy color: '#EFE5F9'

red 239 ◦ green 229 ◦ blue 249

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

Shades of Magnolia #EFE5F9

Tints of Magnolia #EFE5F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 34.73%

R = 33.33%
G = 31.94%
B = 34.73%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFE5F9 (or 0xEFE5F9) is known color: Magnolia. HEX triplet: EF, E5 and F9. RGB value is (239,229,249). Sum of RGB (Red+Green+Blue) = 239+229+249=717 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.33% from 717); Green value is 229 (89.84% from 255 or 31.94% from 717); Blue value is 249 (97.66% from 255 or 34.73% from 717); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFE5F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE5F9 is #101A06. Grayscale: #EAEAEA. Windows color (decimal): -1055239 or 16377327. OLE color: 16377327.

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

Color convert

RGB 239 229 249 -
CMYK 0.04 0.08 0 0.02
HSL 270º 0.63% 0.94% -
HSV(B) 270º 0.08% 0.98% -
XYZ 80.71 81.23 101.05 -
YUV 234.27 136.31 131.37 -
System Red Green Blue C M Y K H S L
Decimal 239 229 249 0.04 0.08 0 0.02 270 0.63 0.94
Hex EF E5 F9 4 8 0 2 10E 3E 5E
Octal 357 345 371 4 10 0 2 416 76 136
Binary 11101111 11100101 11111001 100 1000 0 10 100001110 111110 1011110

Color Harmonies of #EFE5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE5F9

Black with #EFE5F9

Text Example


Text Example

White with #EFE5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE5F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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