Html Css Color HEX #EBE9F0 Magnolia

📋 copy color: '#EBE9F0'

red 235 ◦ green 233 ◦ blue 240

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

Shades of Magnolia #EBE9F0

Tints of Magnolia #EBE9F0

RGB

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

 GREEN value IS 233 (91.41% from 255) = 32.91%

 BLUE value IS 240 (94.14% from 255) = 33.9%

R = 33.19%
G = 32.91%
B = 33.9%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EBE9F0 (or 0xEBE9F0) is known color: Magnolia. HEX triplet: EB, E9 and F0. RGB value is (235,233,240). Sum of RGB (Red+Green+Blue) = 235+233+240=708 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.19% from 708); Green value is 233 (91.41% from 255 or 32.91% from 708); Blue value is 240 (94.14% from 255 or 33.90% from 708); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBE9F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE9F0 is #14160F. Grayscale: #EAEAEA. Windows color (decimal): -1316368 or 15788523. OLE color: 15788523.

HSL color Cylindrical-coordinate representation of color #EBE9F0: hue angle of 257.14º degrees, saturation: 0.19, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EBE9F0 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 233 240 -
CMYK 0.02 0.03 0 0.06
HSL 257.14º 0.19% 0.93% -
HSV(B) 257.14º 0.03% 0.94% -
XYZ 79.13 82.23 94.14 -
YUV 234.4 131.16 128.43 -
System Red Green Blue C M Y K H S L
Decimal 235 233 240 0.02 0.03 0 0.06 257.14 0.19 0.93
Hex EB E9 F0 2 3 0 6 101 13 5D
Octal 353 351 360 2 3 0 6 401 23 135
Binary 11101011 11101001 11110000 10 11 0 110 100000001 10011 1011101

Color Harmonies of #EBE9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE9F0

Black with #EBE9F0

Text Example


Text Example

White with #EBE9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE9F0; }

 p { color: rgb(235,233,240); }

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

background-color css

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

 a { background-color: rgb(235,233,240); }

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

border-color css

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

 span { border-color: rgb(235,233,240); }

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