Html Css Color HEX #D8ADDC Plum

📋 copy color: '#D8ADDC'

red 216 ◦ green 173 ◦ blue 220

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

Shades of Plum #D8ADDC

Tints of Plum #D8ADDC

RGB

 RED value IS 216 (84.77% from 255) = 35.47%

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

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

R = 35.47%
G = 28.41%
B = 36.12%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D8ADDC (or 0xD8ADDC) is known color: Plum. HEX triplet: D8, AD and DC. RGB value is (216,173,220). Sum of RGB (Red+Green+Blue) = 216+173+220=609 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.47% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8ADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ADDC is #275223. Grayscale: #BFBFBF. Windows color (decimal): -2576932 or 14462424. OLE color: 14462424.

HSL color Cylindrical-coordinate representation of color #D8ADDC: hue angle of 294.89º 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 #D8ADDC is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 173 220 -
CMYK 0.02 0.21 0 0.14
HSL 294.89º 0.4% 0.77% -
HSV(B) 294.89º 0.21% 0.86% -
XYZ 56.18 49.65 74.33 -
YUV 191.22 144.25 145.68 -
System Red Green Blue C M Y K H S L
Decimal 216 173 220 0.02 0.21 0 0.14 294.89 0.4 0.77
Hex D8 AD DC 2 15 0 E 127 28 4D
Octal 330 255 334 2 25 0 16 447 50 115
Binary 11011000 10101101 11011100 10 10101 0 1110 100100111 101000 1001101

Color Harmonies of #D8ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ADDC

Black with #D8ADDC

Text Example


Text Example

White with #D8ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ADDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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