Html Css Color HEX #E0ADDF Plum

📋 copy color: '#E0ADDF'

red 224 ◦ green 173 ◦ blue 223

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

Shades of Plum #E0ADDF

Tints of Plum #E0ADDF

RGB

 RED value IS 224 (87.89% from 255) = 36.13%

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

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

R = 36.13%
G = 27.9%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E0ADDF (or 0xE0ADDF) is known color: Plum. HEX triplet: E0, AD and DF. RGB value is (224,173,223). Sum of RGB (Red+Green+Blue) = 224+173+223=620 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.13% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ADDF is #1F5220. Grayscale: #C1C1C1. Windows color (decimal): -2052641 or 14659040. OLE color: 14659040.

HSL color Cylindrical-coordinate representation of color #E0ADDF: hue angle of 301.18º degrees, saturation: 0.45, 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 #E0ADDF is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 173 223 -
CMYK 0 0.23 0.00 0.12
HSL 301.18º 0.45% 0.78% -
HSV(B) 301.18º 0.23% 0.88% -
XYZ 59 51.06 76.56 -
YUV 193.95 144.4 149.43 -
System Red Green Blue C M Y K H S L
Decimal 224 173 223 0 0.23 0.00 0.12 301.18 0.45 0.78
Hex E0 AD DF 0 17 0 C 12D 2D 4E
Octal 340 255 337 0 27 0 14 455 55 116
Binary 11100000 10101101 11011111 0 10111 0 1100 100101101 101101 1001110

Color Harmonies of #E0ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0ADDF

Black with #E0ADDF

Text Example


Text Example

White with #E0ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0ADDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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