#EBDAFF

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

Shades of Magnolia #EBDAFF

Tints of Magnolia #EBDAFF

Color information

#EBDAFF (or 0xEBDAFF) is unknown color: approx Magnolia. HEX triplet: EB, DA and FF. RGB value is (235,218,255). Sum of RGB (Red+Green+Blue) = 235+218+255=708 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.19% from 708); Green value is 218 (85.55% from 255 or 30.79% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBDAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDAFF is #142500. Grayscale: #E3E3E3. Windows color (decimal): -1320193 or 16767723. OLE color: 16767723.

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

Color convert

RGB235218255-
CMYK0.080.1500
HSL267.57º100%92.75%-
HSV(B)267.57º14.51%100%-
XYZ77.3875.02105.01-
YUV227.3143.63133.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.19%
GREEN value IS 218 (85.55% from 255) = 30.79%
BLUE value IS 255 (100% from 255) = 36.02%
R=33.19%
G=30.79%
B=36.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352182550.080.1500267.5710092.75
HexEBDAFF8F0010c645d
Octal353332377101700414144135
Binary111010111101101011111111100011110010000110011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAFF; }

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

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

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

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

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

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

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

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