Html Css Color HEX #EBADEB Plum

📋 copy color: '#EBADEB'

red 235 ◦ green 173 ◦ blue 235

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

Shades of Plum #EBADEB

Tints of Plum #EBADEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.55%

R = 36.55%
G = 26.91%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EBADEB (or 0xEBADEB) is known color: Plum. HEX triplet: EB, AD and EB. RGB value is (235,173,235). Sum of RGB (Red+Green+Blue) = 235+173+235=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 173 (67.97% from 255 or 26.91% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBADEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBADEB is #145214. Grayscale: #C6C6C6. Windows color (decimal): -1331733 or 15445483. OLE color: 15445483.

HSL color Cylindrical-coordinate representation of color #EBADEB: hue angle of 300º 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 #EBADEB is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 173 235 -
CMYK 0 0.26 0 0.08
HSL 300º 0.61% 0.8% -
HSV(B) 300º 0.26% 0.92% -
XYZ 64.2 53.55 85.55 -
YUV 198.61 148.54 153.96 -
System Red Green Blue C M Y K H S L
Decimal 235 173 235 0 0.26 0 0.08 300 0.61 0.8
Hex EB AD EB 0 1A 0 8 12C 3D 50
Octal 353 255 353 0 32 0 10 454 75 120
Binary 11101011 10101101 11101011 0 11010 0 1000 100101100 111101 1010000

Color Harmonies of #EBADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBADEB

Black with #EBADEB

Text Example


Text Example

White with #EBADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBADEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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