#EBE1FD

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

Shades of Magnolia #EBE1FD

Tints of Magnolia #EBE1FD

Color information

#EBE1FD (or 0xEBE1FD) is unknown color: approx Magnolia. HEX triplet: EB, E1 and FD. RGB value is (235,225,253). Sum of RGB (Red+Green+Blue) = 235+225+253=713 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.96% from 713); Green value is 225 (88.28% from 255 or 31.56% from 713); Blue value is 253 (99.22% from 255 or 35.48% from 713); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBE1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE1FD is #141E02. Grayscale: #E7E7E7. Windows color (decimal): -1318403 or 16638443. OLE color: 16638443.

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

Color convert

RGB235225253-
CMYK0.070.1100.01
HSL261.43º87.5%93.73%-
HSV(B)261.43º11.07%99.22%-
XYZ78.9278.6103.94-
YUV231.18140.31130.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.96%
GREEN value IS 225 (88.28% from 255) = 31.56%
BLUE value IS 253 (99.22% from 255) = 35.48%
R=32.96%
G=31.56%
B=35.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352252530.070.1100.01261.4387.593.73
HexEBE1FD7B01105585e
Octal35334137571301405130136
Binary11101011111000011111110111110110110000010110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE1FD; }

 p { color: rgb(235,225,253); }

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

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

 a { background-color: rgb(235,225,253); }

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

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

 span { border-color: rgb(235,225,253); }

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