Html Css Color HEX #D6ADDA Plum

📋 copy color: '#D6ADDA'

red 214 ◦ green 173 ◦ blue 218

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

Shades of Plum #D6ADDA

Tints of Plum #D6ADDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.03%

R = 35.37%
G = 28.6%
B = 36.03%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D6ADDA (or 0xD6ADDA) is known color: Plum. HEX triplet: D6, AD and DA. RGB value is (214,173,218). Sum of RGB (Red+Green+Blue) = 214+173+218=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 218 - color contains mainly: blue. Hex color #D6ADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ADDA is #295225. Grayscale: #BEBEBE. Windows color (decimal): -2708006 or 14331350. OLE color: 14331350.

HSL color Cylindrical-coordinate representation of color #D6ADDA: hue angle of 294.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6ADDA is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 173 218 -
CMYK 0.02 0.21 0 0.15
HSL 294.67º 0.38% 0.77% -
HSV(B) 294.67º 0.21% 0.85% -
XYZ 55.33 49.25 72.92 -
YUV 190.39 143.58 144.84 -
System Red Green Blue C M Y K H S L
Decimal 214 173 218 0.02 0.21 0 0.15 294.67 0.38 0.77
Hex D6 AD DA 2 15 0 F 127 26 4D
Octal 326 255 332 2 25 0 17 447 46 115
Binary 11010110 10101101 11011010 10 10101 0 1111 100100111 100110 1001101

Color Harmonies of #D6ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ADDA

Black with #D6ADDA

Text Example


Text Example

White with #D6ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ADDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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