Html Css Color HEX #D9ADDC Plum

📋 copy color: '#D9ADDC'

red 217 ◦ green 173 ◦ blue 220

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

Shades of Plum #D9ADDC

Tints of Plum #D9ADDC

RGB

 RED value IS 217 (85.16% from 255) = 35.57%

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

 BLUE value IS 220 (86.33% from 255) = 36.07%

R = 35.57%
G = 28.36%
B = 36.07%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D9ADDC (or 0xD9ADDC) is known color: Plum. HEX triplet: D9, AD and DC. RGB value is (217,173,220). Sum of RGB (Red+Green+Blue) = 217+173+220=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9ADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ADDC is #265223. Grayscale: #BFBFBF. Windows color (decimal): -2511396 or 14462425. OLE color: 14462425.

HSL color Cylindrical-coordinate representation of color #D9ADDC: hue angle of 296.17º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9ADDC is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 173 220 -
CMYK 0.01 0.21 0 0.14
HSL 296.17º 0.4% 0.77% -
HSV(B) 296.17º 0.21% 0.86% -
XYZ 56.48 49.81 74.35 -
YUV 191.51 144.08 146.18 -
System Red Green Blue C M Y K H S L
Decimal 217 173 220 0.01 0.21 0 0.14 296.17 0.4 0.77
Hex D9 AD DC 1 15 0 E 128 28 4D
Octal 331 255 334 1 25 0 16 450 50 115
Binary 11011001 10101101 11011100 1 10101 0 1110 100101000 101000 1001101

Color Harmonies of #D9ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ADDC

Black with #D9ADDC

Text Example


Text Example

White with #D9ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ADDC; }

 p { color: rgb(217,173,220); }

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

background-color css

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

 a { background-color: rgb(217,173,220); }

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

border-color css

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

 span { border-color: rgb(217,173,220); }

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