Html Css Color HEX #EBAEED Plum

📋 copy color: '#EBAEED'

red 235 ◦ green 174 ◦ blue 237

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

Shades of Plum #EBAEED

Tints of Plum #EBAEED

RGB

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

 GREEN value IS 174 (68.36% from 255) = 26.93%

 BLUE value IS 237 (92.97% from 255) = 36.69%

R = 36.38%
G = 26.93%
B = 36.69%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EBAEED (or 0xEBAEED) is known color: Plum. HEX triplet: EB, AE and ED. RGB value is (235,174,237). Sum of RGB (Red+Green+Blue) = 235+174+237=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 174 (68.36% from 255 or 26.93% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBAEED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAEED is #145112. Grayscale: #C7C7C7. Windows color (decimal): -1331475 or 15576811. OLE color: 15576811.

HSL color Cylindrical-coordinate representation of color #EBAEED: hue angle of 298.1º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBAEED is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 174 237 -
CMYK 0.01 0.27 0 0.07
HSL 298.1º 0.64% 0.81% -
HSV(B) 298.1º 0.27% 0.93% -
XYZ 64.68 54.05 87.14 -
YUV 199.42 149.21 153.38 -
System Red Green Blue C M Y K H S L
Decimal 235 174 237 0.01 0.27 0 0.07 298.1 0.64 0.81
Hex EB AE ED 1 1B 0 7 12A 40 51
Octal 353 256 355 1 33 0 7 452 100 121
Binary 11101011 10101110 11101101 1 11011 0 111 100101010 1000000 1010001

Color Harmonies of #EBAEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAEED

Black with #EBAEED

Text Example


Text Example

White with #EBAEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAEED; }

 p { color: rgb(235,174,237); }

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

background-color css

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

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

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

border-color css

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

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

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