Html Css Color HEX #E1ADDF Plum

📋 copy color: '#E1ADDF'

red 225 ◦ green 173 ◦ blue 223

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

Shades of Plum #E1ADDF

Tints of Plum #E1ADDF

RGB

 RED value IS 225 (88.28% from 255) = 36.23%

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

 BLUE value IS 223 (87.5% from 255) = 35.91%

R = 36.23%
G = 27.86%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E1ADDF (or 0xE1ADDF) is known color: Plum. HEX triplet: E1, AD and DF. RGB value is (225,173,223). Sum of RGB (Red+Green+Blue) = 225+173+223=621 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.23% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ADDF is #1E5220. Grayscale: #C2C2C2. Windows color (decimal): -1987105 or 14659041. OLE color: 14659041.

HSL color Cylindrical-coordinate representation of color #E1ADDF: hue angle of 302.31º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1ADDF is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 173 223 -
CMYK 0 0.23 0.01 0.12
HSL 302.31º 0.46% 0.78% -
HSV(B) 302.31º 0.23% 0.88% -
XYZ 59.31 51.22 76.57 -
YUV 194.25 144.23 149.93 -
System Red Green Blue C M Y K H S L
Decimal 225 173 223 0 0.23 0.01 0.12 302.31 0.46 0.78
Hex E1 AD DF 0 17 1 C 12E 2E 4E
Octal 341 255 337 0 27 1 14 456 56 116
Binary 11100001 10101101 11011111 0 10111 1 1100 100101110 101110 1001110

Color Harmonies of #E1ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1ADDF

Black with #E1ADDF

Text Example


Text Example

White with #E1ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1ADDF; }

 p { color: rgb(225,173,223); }

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

background-color css

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

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

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

border-color css

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

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

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