Html Css Color HEX #EBADE8 Plum

📋 copy color: '#EBADE8'

red 235 ◦ green 173 ◦ blue 232

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

Shades of Plum #EBADE8

Tints of Plum #EBADE8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.03%

 BLUE value IS 232 (91.02% from 255) = 36.25%

R = 36.72%
G = 27.03%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EBADE8 (or 0xEBADE8) is known color: Plum. HEX triplet: EB, AD and E8. RGB value is (235,173,232). Sum of RGB (Red+Green+Blue) = 235+173+232=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 173 (67.97% from 255 or 27.03% from 640); Blue value is 232 (91.02% from 255 or 36.25% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBADE8 is #145217. Grayscale: #C6C6C6. Windows color (decimal): -1331736 or 15248875. OLE color: 15248875.

HSL color Cylindrical-coordinate representation of color #EBADE8: hue angle of 302.9º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBADE8 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 173 232 -
CMYK 0 0.26 0.01 0.08
HSL 302.9º 0.61% 0.8% -
HSV(B) 302.9º 0.26% 0.92% -
XYZ 63.77 53.38 83.29 -
YUV 198.26 147.04 154.2 -
System Red Green Blue C M Y K H S L
Decimal 235 173 232 0 0.26 0.01 0.08 302.9 0.61 0.8
Hex EB AD E8 0 1A 1 8 12F 3D 50
Octal 353 255 350 0 32 1 10 457 75 120
Binary 11101011 10101101 11101000 0 11010 1 1000 100101111 111101 1010000

Color Harmonies of #EBADE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBADE8

Black with #EBADE8

Text Example


Text Example

White with #EBADE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBADE8; }

 p { color: rgb(235,173,232); }

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

background-color css

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

 a { background-color: rgb(235,173,232); }

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

border-color css

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

 span { border-color: rgb(235,173,232); }

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