Html Css Color HEX #EBE2FF Magnolia

📋 copy color: '#EBE2FF'

red 235 ◦ green 226 ◦ blue 255

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

Shades of Magnolia #EBE2FF

Tints of Magnolia #EBE2FF

RGB

 RED value IS 235 (92.19% from 255) = 32.82%

 GREEN value IS 226 (88.67% from 255) = 31.56%

 BLUE value IS 255 (100% from 255) = 35.61%

R = 32.82%
G = 31.56%
B = 35.61%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EBE2FF (or 0xEBE2FF) is known color: Magnolia. HEX triplet: EB, E2 and FF. RGB value is (235,226,255). Sum of RGB (Red+Green+Blue) = 235+226+255=716 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.82% from 716); Green value is 226 (88.67% from 255 or 31.56% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBE2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE2FF is #141D00. Grayscale: #E7E7E7. Windows color (decimal): -1318145 or 16769771. OLE color: 16769771.

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

Color convert

RGB 235 226 255 -
CMYK 0.08 0.11 0 0
HSL 258.62º 1% 0.94% -
HSV(B) 258.62º 0.11% 1% -
XYZ 79.51 79.27 105.72 -
YUV 232 140.98 130.14 -
System Red Green Blue C M Y K H S L
Decimal 235 226 255 0.08 0.11 0 0 258.62 1 0.94
Hex EB E2 FF 8 B 0 0 103 64 5E
Octal 353 342 377 10 13 0 0 403 144 136
Binary 11101011 11100010 11111111 1000 1011 0 0 100000011 1100100 1011110

Color Harmonies of #EBE2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE2FF

Black with #EBE2FF

Text Example


Text Example

White with #EBE2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE2FF; }

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

 H1.HeaderClassName
 {
   color: #EBE2FF;
 }
 .AnyTagClassName
 {
   color: #EBE2FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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