#EBDCFF

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

Shades of Magnolia #EBDCFF

Tints of Magnolia #EBDCFF

Color information

#EBDCFF (or 0xEBDCFF) is unknown color: approx Magnolia. HEX triplet: EB, DC and FF. RGB value is (235,220,255). Sum of RGB (Red+Green+Blue) = 235+220+255=710 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.10% from 710); Green value is 220 (86.33% from 255 or 30.99% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBDCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDCFF is #142300. Grayscale: #E4E4E4. Windows color (decimal): -1319681 or 16768235. OLE color: 16768235.

HSL color Cylindrical-coordinate representation of color #EBDCFF: hue angle of 265.71º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBDCFF is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB235220255-
CMYK0.080.1400
HSL265.71º100%93.14%-
HSV(B)265.71º13.73%100%-
XYZ77.976.07105.18-
YUV228.47142.97132.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.10%
GREEN value IS 220 (86.33% from 255) = 30.99%
BLUE value IS 255 (100% from 255) = 35.92%
R=33.10%
G=30.99%
B=35.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352202550.080.1400265.7110093.14
HexEBDCFF8E0010a645d
Octal353334377101600412144135
Binary111010111101110011111111100011100010000101011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCFF; }

 p { color: rgb(235,220,255); }

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

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

 a { background-color: rgb(235,220,255); }

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

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

 span { border-color: rgb(235,220,255); }

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