Html Css Color HEX #D6ADDD Plum

📋 copy color: '#D6ADDD'

red 214 ◦ green 173 ◦ blue 221

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

Shades of Plum #D6ADDD

Tints of Plum #D6ADDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.35%

R = 35.2%
G = 28.45%
B = 36.35%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D6ADDD (or 0xD6ADDD) is known color: Plum. HEX triplet: D6, AD and DD. RGB value is (214,173,221). Sum of RGB (Red+Green+Blue) = 214+173+221=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ADDD is #295222. Grayscale: #BEBEBE. Windows color (decimal): -2708003 or 14527958. OLE color: 14527958.

HSL color Cylindrical-coordinate representation of color #D6ADDD: hue angle of 291.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6ADDD is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 173 221 -
CMYK 0.03 0.22 0 0.13
HSL 291.25º 0.41% 0.77% -
HSV(B) 291.25º 0.22% 0.87% -
XYZ 55.73 49.4 75.01 -
YUV 190.73 145.08 144.6 -
System Red Green Blue C M Y K H S L
Decimal 214 173 221 0.03 0.22 0 0.13 291.25 0.41 0.77
Hex D6 AD DD 3 16 0 D 123 29 4D
Octal 326 255 335 3 26 0 15 443 51 115
Binary 11010110 10101101 11011101 11 10110 0 1101 100100011 101001 1001101

Color Harmonies of #D6ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ADDD

Black with #D6ADDD

Text Example


Text Example

White with #D6ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ADDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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