Html Css Color HEX #E6ADEC Plum

📋 copy color: '#E6ADEC'

red 230 ◦ green 173 ◦ blue 236

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

Shades of Plum #E6ADEC

Tints of Plum #E6ADEC

RGB

 RED value IS 230 (90.23% from 255) = 35.99%

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

 BLUE value IS 236 (92.58% from 255) = 36.93%

R = 35.99%
G = 27.07%
B = 36.93%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E6ADEC (or 0xE6ADEC) is known color: Plum. HEX triplet: E6, AD and EC. RGB value is (230,173,236). Sum of RGB (Red+Green+Blue) = 230+173+236=639 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.99% from 639); Green value is 173 (67.97% from 255 or 27.07% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #E6ADEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ADEC is #195213. Grayscale: #C5C5C5. Windows color (decimal): -1659412 or 15511014. OLE color: 15511014.

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

Color convert

RGB 230 173 236 -
CMYK 0.03 0.27 0 0.07
HSL 294.29º 0.62% 0.8% -
HSV(B) 294.29º 0.27% 0.93% -
XYZ 62.72 52.77 86.24 -
YUV 197.23 149.88 151.38 -
System Red Green Blue C M Y K H S L
Decimal 230 173 236 0.03 0.27 0 0.07 294.29 0.62 0.8
Hex E6 AD EC 3 1B 0 7 126 3E 50
Octal 346 255 354 3 33 0 7 446 76 120
Binary 11100110 10101101 11101100 11 11011 0 111 100100110 111110 1010000

Color Harmonies of #E6ADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6ADEC

Black with #E6ADEC

Text Example


Text Example

White with #E6ADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6ADEC; }

 p { color: rgb(230,173,236); }

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

background-color css

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

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

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

border-color css

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

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

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