Html Css Color HEX #EBADF2 Plum

📋 copy color: '#EBADF2'

red 235 ◦ green 173 ◦ blue 242

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

Shades of Plum #EBADF2

Tints of Plum #EBADF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.23%

R = 36.15%
G = 26.62%
B = 37.23%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EBADF2 (or 0xEBADF2) is known color: Plum. HEX triplet: EB, AD and F2. RGB value is (235,173,242). Sum of RGB (Red+Green+Blue) = 235+173+242=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 173 (67.97% from 255 or 26.62% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBADF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBADF2 is #14520D. Grayscale: #C7C7C7. Windows color (decimal): -1331726 or 15904235. OLE color: 15904235.

HSL color Cylindrical-coordinate representation of color #EBADF2: hue angle of 293.91º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBADF2 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 173 242 -
CMYK 0.03 0.29 0 0.05
HSL 293.91º 0.73% 0.81% -
HSV(B) 293.91º 0.29% 0.95% -
XYZ 65.23 53.96 90.98 -
YUV 199.4 152.04 153.39 -
System Red Green Blue C M Y K H S L
Decimal 235 173 242 0.03 0.29 0 0.05 293.91 0.73 0.81
Hex EB AD F2 3 1D 0 5 126 49 51
Octal 353 255 362 3 35 0 5 446 111 121
Binary 11101011 10101101 11110010 11 11101 0 101 100100110 1001001 1010001

Color Harmonies of #EBADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBADF2

Black with #EBADF2

Text Example


Text Example

White with #EBADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBADF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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