Html Css Color HEX #EBE2FD Magnolia

📋 copy color: '#EBE2FD'

red 235 ◦ green 226 ◦ blue 253

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

Shades of Magnolia #EBE2FD

Tints of Magnolia #EBE2FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 35.43%

R = 32.91%
G = 31.65%
B = 35.43%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EBE2FD (or 0xEBE2FD) is known color: Magnolia. HEX triplet: EB, E2 and FD. RGB value is (235,226,253). Sum of RGB (Red+Green+Blue) = 235+226+253=714 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.91% from 714); Green value is 226 (88.67% from 255 or 31.65% from 714); Blue value is 253 (99.22% from 255 or 35.43% from 714); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBE2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE2FD is #141D02. Grayscale: #E7E7E7. Windows color (decimal): -1318147 or 16638699. OLE color: 16638699.

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

Color convert

RGB 235 226 253 -
CMYK 0.07 0.11 0 0.01
HSL 260º 0.87% 0.94% -
HSV(B) 260º 0.11% 0.99% -
XYZ 79.19 79.15 104.03 -
YUV 231.77 139.98 130.3 -
System Red Green Blue C M Y K H S L
Decimal 235 226 253 0.07 0.11 0 0.01 260 0.87 0.94
Hex EB E2 FD 7 B 0 1 104 57 5E
Octal 353 342 375 7 13 0 1 404 127 136
Binary 11101011 11100010 11111101 111 1011 0 1 100000100 1010111 1011110

Color Harmonies of #EBE2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE2FD

Black with #EBE2FD

Text Example


Text Example

White with #EBE2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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