Html Css Color HEX #EFEBFF Magnolia

📋 copy color: '#EFEBFF'

red 239 ◦ green 235 ◦ blue 255

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

Shades of Magnolia #EFEBFF

Tints of Magnolia #EFEBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 34.98%

R = 32.78%
G = 32.24%
B = 34.98%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFEBFF (or 0xEFEBFF) is known color: Magnolia. HEX triplet: EF, EB and FF. RGB value is (239,235,255). Sum of RGB (Red+Green+Blue) = 239+235+255=729 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.78% from 729); Green value is 235 (92.19% from 255 or 32.24% from 729); Blue value is 255 (100% from 255 or 34.98% from 729); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFEBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEBFF is #101400. Grayscale: #EEEEEE. Windows color (decimal): -1053697 or 16772079. OLE color: 16772079.

HSL color Cylindrical-coordinate representation of color #EFEBFF: hue angle of 252º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFEBFF is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 239 235 255 -
CMYK 0.06 0.08 0 0
HSL 252º 1% 0.96% -
HSV(B) 252º 0.08% 1% -
XYZ 83.35 84.99 106.62 -
YUV 238.48 137.33 128.37 -
System Red Green Blue C M Y K H S L
Decimal 239 235 255 0.06 0.08 0 0 252 1 0.96
Hex EF EB FF 6 8 0 0 FC 64 60
Octal 357 353 377 6 10 0 0 374 144 140
Binary 11101111 11101011 11111111 110 1000 0 0 11111100 1100100 1100000

Color Harmonies of #EFEBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEBFF

Black with #EFEBFF

Text Example


Text Example

White with #EFEBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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