Html Css Color HEX #EBDAFF Magnolia

📋 copy color: '#EBDAFF'

red 235 ◦ green 218 ◦ blue 255

#EBDAFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magnolia #EBDAFF

Tints of Magnolia #EBDAFF

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 value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EBDAFF (or 0xEBDAFF) is known color: 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

RGB 235 218 255 -
CMYK 0.08 0.15 0 0
HSL 267.57º 1% 0.93% -
HSV(B) 267.57º 0.15% 1% -
XYZ 77.38 75.02 105.01 -
YUV 227.3 143.63 133.49 -
System Red Green Blue C M Y K H S L
Decimal 235 218 255 0.08 0.15 0 0 267.57 1 0.93
Hex EB DA FF 8 F 0 0 10C 64 5D
Octal 353 332 377 10 17 0 0 414 144 135
Binary 11101011 11011010 11111111 1000 1111 0 0 100001100 1100100 1011101

Color Harmonies of #EBDAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDAFF

Black with #EBDAFF

Text Example


Text Example

White with #EBDAFF

Text Example


Text Example

HTML Codes & Css Web 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>