Html Css Color HEX #EFEBFC Magnolia

📋 copy color: '#EFEBFC'

red 239 ◦ green 235 ◦ blue 252

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

Shades of Magnolia #EFEBFC

Tints of Magnolia #EFEBFC

RGB

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

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

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

R = 32.92%
G = 32.37%
B = 34.71%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFEBFC (or 0xEFEBFC) is known color: Magnolia. HEX triplet: EF, EB and FC. RGB value is (239,235,252). Sum of RGB (Red+Green+Blue) = 239+235+252=726 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.92% from 726); Green value is 235 (92.19% from 255 or 32.37% from 726); Blue value is 252 (98.83% from 255 or 34.71% from 726); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFEBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEBFC is #101403. Grayscale: #EEEEEE. Windows color (decimal): -1053700 or 16575471. OLE color: 16575471.

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

Color convert

RGB 239 235 252 -
CMYK 0.05 0.07 0 0.01
HSL 254.12º 0.74% 0.95% -
HSV(B) 254.12º 0.07% 0.99% -
XYZ 82.88 84.8 104.09 -
YUV 238.13 135.83 128.62 -
System Red Green Blue C M Y K H S L
Decimal 239 235 252 0.05 0.07 0 0.01 254.12 0.74 0.95
Hex EF EB FC 5 7 0 1 FE 4A 5F
Octal 357 353 374 5 7 0 1 376 112 137
Binary 11101111 11101011 11111100 101 111 0 1 11111110 1001010 1011111

Color Harmonies of #EFEBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEBFC

Black with #EFEBFC

Text Example


Text Example

White with #EFEBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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