#EBDBFF

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

Shades of Magnolia #EBDBFF

Tints of Magnolia #EBDBFF

Color information

#EBDBFF (or 0xEBDBFF) is unknown color: approx Magnolia. HEX triplet: EB, DB and FF. RGB value is (235,219,255). Sum of RGB (Red+Green+Blue) = 235+219+255=709 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.15% from 709); Green value is 219 (85.94% from 255 or 30.89% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBDBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDBFF is #142400. Grayscale: #E3E3E3. Windows color (decimal): -1319937 or 16767979. OLE color: 16767979.

HSL color Cylindrical-coordinate representation of color #EBDBFF: hue angle of 266.67º 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 #EBDBFF is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB235219255-
CMYK0.080.1400
HSL266.67º100%92.94%-
HSV(B)266.67º14.12%100%-
XYZ77.6475.55105.1-
YUV227.89143.3133.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.15%
GREEN value IS 219 (85.94% from 255) = 30.89%
BLUE value IS 255 (100% from 255) = 35.97%
R=33.15%
G=30.89%
B=35.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352192550.080.1400266.6710092.94
HexEBDBFF8E0010b645d
Octal353333377101600413144135
Binary111010111101101111111111100011100010000101111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBFF; }

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

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

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

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

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

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

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

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