Html Css Color HEX #D6ADDC Plum

📋 copy color: '#D6ADDC'

red 214 ◦ green 173 ◦ blue 220

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

Shades of Plum #D6ADDC

Tints of Plum #D6ADDC

RGB

 RED value IS 214 (83.98% from 255) = 35.26%

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

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

R = 35.26%
G = 28.5%
B = 36.24%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D6ADDC (or 0xD6ADDC) is known color: Plum. HEX triplet: D6, AD and DC. RGB value is (214,173,220). Sum of RGB (Red+Green+Blue) = 214+173+220=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6ADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ADDC is #295223. Grayscale: #BEBEBE. Windows color (decimal): -2708004 or 14462422. OLE color: 14462422.

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

Color convert

RGB 214 173 220 -
CMYK 0.03 0.21 0 0.14
HSL 292.34º 0.4% 0.77% -
HSV(B) 292.34º 0.21% 0.86% -
XYZ 55.59 49.35 74.31 -
YUV 190.62 144.58 144.68 -
System Red Green Blue C M Y K H S L
Decimal 214 173 220 0.03 0.21 0 0.14 292.34 0.4 0.77
Hex D6 AD DC 3 15 0 E 124 28 4D
Octal 326 255 334 3 25 0 16 444 50 115
Binary 11010110 10101101 11011100 11 10101 0 1110 100100100 101000 1001101

Color Harmonies of #D6ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ADDC

Black with #D6ADDC

Text Example


Text Example

White with #D6ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ADDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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