#EBDDFD

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

Shades of Magnolia #EBDDFD

Tints of Magnolia #EBDDFD

Color information

#EBDDFD (or 0xEBDDFD) is unknown color: approx Magnolia. HEX triplet: EB, DD and FD. RGB value is (235,221,253). Sum of RGB (Red+Green+Blue) = 235+221+253=709 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.15% from 709); Green value is 221 (86.72% from 255 or 31.17% from 709); Blue value is 253 (99.22% from 255 or 35.68% from 709); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBDDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDDFD is #142202. Grayscale: #E4E4E4. Windows color (decimal): -1319427 or 16637419. OLE color: 16637419.

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

Color convert

RGB235221253-
CMYK0.070.1300.01
HSL266.25º88.89%92.94%-
HSV(B)266.25º12.65%99.22%-
XYZ77.8576.47103.59-
YUV228.83141.64132.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.15%
GREEN value IS 221 (86.72% from 255) = 31.17%
BLUE value IS 253 (99.22% from 255) = 35.68%
R=33.15%
G=31.17%
B=35.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352212530.070.1300.01266.2588.8992.94
HexEBDDFD7D0110a595d
Octal35333537571501412131135
Binary11101011110111011111110111111010110000101010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDFD; }

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

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

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

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

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

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

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

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