#EBDDFF

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

Shades of Magnolia #EBDDFF

Tints of Magnolia #EBDDFF

Color information

#EBDDFF (or 0xEBDDFF) is unknown color: approx Magnolia. HEX triplet: EB, DD and FF. RGB value is (235,221,255). Sum of RGB (Red+Green+Blue) = 235+221+255=711 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.05% from 711); Green value is 221 (86.72% from 255 or 31.08% from 711); Blue value is 255 (100% from 255 or 35.86% from 711); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBDDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDDFF is #142200. Grayscale: #E4E4E4. Windows color (decimal): -1319425 or 16768491. OLE color: 16768491.

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

Color convert

RGB235221255-
CMYK0.080.1300
HSL264.71º100%93.33%-
HSV(B)264.71º13.33%100%-
XYZ78.1776.6105.27-
YUV229.06142.64132.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.05%
GREEN value IS 221 (86.72% from 255) = 31.08%
BLUE value IS 255 (100% from 255) = 35.86%
R=33.05%
G=31.08%
B=35.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352212550.080.1300264.7110093.33
HexEBDDFF8D00109645d
Octal353335377101500411144135
Binary111010111101110111111111100011010010000100111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDFF; }

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

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

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

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

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

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

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

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