#EBE3F9

Color #EBE3F9 Magnolia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magnolia #EBE3F9

Tints of Magnolia #EBE3F9

Color information

#EBE3F9 (or 0xEBE3F9) is unknown color: approx Magnolia. HEX triplet: EB, E3 and F9. RGB value is (235,227,249). Sum of RGB (Red+Green+Blue) = 235+227+249=711 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.05% from 711); Green value is 227 (89.06% from 255 or 31.93% from 711); Blue value is 249 (97.66% from 255 or 35.02% from 711); Max value from RGB is 249 - color contains mainly: blue. Hex color #EBE3F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE3F9 is #141C06. Grayscale: #E7E7E7. Windows color (decimal): -1317895 or 16376811. OLE color: 16376811.

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

Color convert

RGB235227249-
CMYK0.060.0900.02
HSL261.82º64.71%93.33%-
HSV(B)261.82º8.84%97.65%-
XYZ78.8379.44100.8-
YUV231.9137.65130.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.05%
GREEN value IS 227 (89.06% from 255) = 31.93%
BLUE value IS 249 (97.66% from 255) = 35.02%
R=33.05%
G=31.93%
B=35.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352272490.060.0900.02261.8264.7193.33
HexEBE3F96902106415d
Octal35334337161102406101135
Binary111010111110001111111001110100101010000011010000011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE3F9; }

 p { color: rgb(235,227,249); }

 H1.HeaderClassName
 {
   color: #EBE3F9;
 }
 .AnyTagClassName
 {
   color: #EBE3F9;
 }
</style>
background-color css

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

 a { background-color: rgb(235,227,249); }

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

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

 span { border-color: rgb(235,227,249); }

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