Html Css Color HEX #EBE8F1 Magnolia

📋 copy color: '#EBE8F1'

red 235 ◦ green 232 ◦ blue 241

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

Shades of Magnolia #EBE8F1

Tints of Magnolia #EBE8F1

RGB

 RED value IS 235 (92.19% from 255) = 33.19%

 GREEN value IS 232 (91.02% from 255) = 32.77%

 BLUE value IS 241 (94.53% from 255) = 34.04%

R = 33.19%
G = 32.77%
B = 34.04%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EBE8F1 (or 0xEBE8F1) is known color: Magnolia. HEX triplet: EB, E8 and F1. RGB value is (235,232,241). Sum of RGB (Red+Green+Blue) = 235+232+241=708 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.19% from 708); Green value is 232 (91.02% from 255 or 32.77% from 708); Blue value is 241 (94.53% from 255 or 34.04% from 708); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBE8F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE8F1 is #14170E. Grayscale: #E9E9E9. Windows color (decimal): -1316623 or 15853803. OLE color: 15853803.

HSL color Cylindrical-coordinate representation of color #EBE8F1: hue angle of 260º degrees, saturation: 0.24, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EBE8F1 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 232 241 -
CMYK 0.02 0.04 0 0.05
HSL 260º 0.24% 0.93% -
HSV(B) 260º 0.04% 0.95% -
XYZ 78.99 81.73 94.83 -
YUV 233.92 131.99 128.77 -
System Red Green Blue C M Y K H S L
Decimal 235 232 241 0.02 0.04 0 0.05 260 0.24 0.93
Hex EB E8 F1 2 4 0 5 104 18 5D
Octal 353 350 361 2 4 0 5 404 30 135
Binary 11101011 11101000 11110001 10 100 0 101 100000100 11000 1011101

Color Harmonies of #EBE8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE8F1

Black with #EBE8F1

Text Example


Text Example

White with #EBE8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE8F1; }

 p { color: rgb(235,232,241); }

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

background-color css

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

 a { background-color: rgb(235,232,241); }

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

border-color css

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

 span { border-color: rgb(235,232,241); }

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