Html Css Color HEX #EBDCFE Magnolia

📋 copy color: '#EBDCFE'

red 235 ◦ green 220 ◦ blue 254

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

Shades of Magnolia #EBDCFE

Tints of Magnolia #EBDCFE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.03%

 BLUE value IS 254 (99.61% from 255) = 35.83%

R = 33.15%
G = 31.03%
B = 35.83%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EBDCFE (or 0xEBDCFE) is known color: Magnolia. HEX triplet: EB, DC and FE. RGB value is (235,220,254). Sum of RGB (Red+Green+Blue) = 235+220+254=709 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.15% from 709); Green value is 220 (86.33% from 255 or 31.03% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBDCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDCFE is #142301. Grayscale: #E4E4E4. Windows color (decimal): -1319682 or 16702699. OLE color: 16702699.

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

Color convert

RGB 235 220 254 -
CMYK 0.07 0.13 0 0.00
HSL 266.47º 0.94% 0.93% -
HSV(B) 266.47º 0.13% 1% -
XYZ 77.74 76 104.34 -
YUV 228.36 142.47 132.74 -
System Red Green Blue C M Y K H S L
Decimal 235 220 254 0.07 0.13 0 0.00 266.47 0.94 0.93
Hex EB DC FE 7 D 0 0 10A 5E 5D
Octal 353 334 376 7 15 0 0 412 136 135
Binary 11101011 11011100 11111110 111 1101 0 0 100001010 1011110 1011101

Color Harmonies of #EBDCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDCFE

Black with #EBDCFE

Text Example


Text Example

White with #EBDCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDCFE; }

 p { color: rgb(235,220,254); }

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

background-color css

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

 a { background-color: rgb(235,220,254); }

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

border-color css

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

 span { border-color: rgb(235,220,254); }

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