Html Css Color HEX #EBE4FD Magnolia

📋 copy color: '#EBE4FD'

red 235 ◦ green 228 ◦ blue 253

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

Shades of Magnolia #EBE4FD

Tints of Magnolia #EBE4FD

RGB

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

 GREEN value IS 228 (89.45% from 255) = 31.84%

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

R = 32.82%
G = 31.84%
B = 35.34%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EBE4FD (or 0xEBE4FD) is known color: Magnolia. HEX triplet: EB, E4 and FD. RGB value is (235,228,253). Sum of RGB (Red+Green+Blue) = 235+228+253=716 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.82% from 716); Green value is 228 (89.45% from 255 or 31.84% from 716); Blue value is 253 (99.22% from 255 or 35.34% from 716); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBE4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE4FD is #141B02. Grayscale: #E8E8E8. Windows color (decimal): -1317635 or 16639211. OLE color: 16639211.

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

Color convert

RGB 235 228 253 -
CMYK 0.07 0.10 0 0.01
HSL 256.8º 0.86% 0.94% -
HSV(B) 256.8º 0.1% 0.99% -
XYZ 79.73 80.24 104.21 -
YUV 232.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 235 228 253 0.07 0.10 0 0.01 256.8 0.86 0.94
Hex EB E4 FD 7 A 0 1 101 56 5E
Octal 353 344 375 7 12 0 1 401 126 136
Binary 11101011 11100100 11111101 111 1010 0 1 100000001 1010110 1011110

Color Harmonies of #EBE4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE4FD

Black with #EBE4FD

Text Example


Text Example

White with #EBE4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE4FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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