Html Css Color HEX #EFEBF5 Magnolia

📋 copy color: '#EFEBF5'

red 239 ◦ green 235 ◦ blue 245

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

Shades of Magnolia #EFEBF5

Tints of Magnolia #EFEBF5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 32.68%

 BLUE value IS 245 (96.09% from 255) = 34.08%

R = 33.24%
G = 32.68%
B = 34.08%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EFEBF5 (or 0xEFEBF5) is known color: Magnolia. HEX triplet: EF, EB and F5. RGB value is (239,235,245). Sum of RGB (Red+Green+Blue) = 239+235+245=719 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.24% from 719); Green value is 235 (92.19% from 255 or 32.68% from 719); Blue value is 245 (96.09% from 255 or 34.08% from 719); Max value from RGB is 245 - color contains mainly: blue. Hex color #EFEBF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEBF5 is #10140A. Grayscale: #EDEDED. Windows color (decimal): -1053707 or 16116719. OLE color: 16116719.

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

Color convert

RGB 239 235 245 -
CMYK 0.02 0.04 0 0.04
HSL 264º 0.33% 0.94% -
HSV(B) 264º 0.04% 0.96% -
XYZ 81.79 84.36 98.36 -
YUV 237.34 132.33 129.19 -
System Red Green Blue C M Y K H S L
Decimal 239 235 245 0.02 0.04 0 0.04 264 0.33 0.94
Hex EF EB F5 2 4 0 4 108 21 5E
Octal 357 353 365 2 4 0 4 410 41 136
Binary 11101111 11101011 11110101 10 100 0 100 100001000 100001 1011110

Color Harmonies of #EFEBF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEBF5

Black with #EFEBF5

Text Example


Text Example

White with #EFEBF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEBF5; }

 p { color: rgb(239,235,245); }

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

background-color css

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

 a { background-color: rgb(239,235,245); }

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

border-color css

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

 span { border-color: rgb(239,235,245); }

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