Html Css Color HEX #EBE3FF Magnolia

📋 copy color: '#EBE3FF'

red 235 ◦ green 227 ◦ blue 255

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

Shades of Magnolia #EBE3FF

Tints of Magnolia #EBE3FF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 31.66%

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

R = 32.78%
G = 31.66%
B = 35.56%

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

#EBE3FF (or 0xEBE3FF) is known color: Magnolia. HEX triplet: EB, E3 and FF. RGB value is (235,227,255). Sum of RGB (Red+Green+Blue) = 235+227+255=717 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.78% from 717); Green value is 227 (89.06% from 255 or 31.66% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBE3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE3FF is #141C00. Grayscale: #E8E8E8. Windows color (decimal): -1317889 or 16770027. OLE color: 16770027.

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

Color convert

RGB 235 227 255 -
CMYK 0.08 0.11 0 0
HSL 257.14º 1% 0.95% -
HSV(B) 257.14º 0.11% 1% -
XYZ 79.78 79.82 105.81 -
YUV 232.58 140.65 129.72 -
System Red Green Blue C M Y K H S L
Decimal 235 227 255 0.08 0.11 0 0 257.14 1 0.95
Hex EB E3 FF 8 B 0 0 101 64 5F
Octal 353 343 377 10 13 0 0 401 144 137
Binary 11101011 11100011 11111111 1000 1011 0 0 100000001 1100100 1011111

Color Harmonies of #EBE3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE3FF

Black with #EBE3FF

Text Example


Text Example

White with #EBE3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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