Html Css Color HEX #D6ADDB Plum

📋 copy color: '#D6ADDB'

red 214 ◦ green 173 ◦ blue 219

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

Shades of Plum #D6ADDB

Tints of Plum #D6ADDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.14%

R = 35.31%
G = 28.55%
B = 36.14%

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

#D6ADDB (or 0xD6ADDB) is known color: Plum. HEX triplet: D6, AD and DB. RGB value is (214,173,219). Sum of RGB (Red+Green+Blue) = 214+173+219=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6ADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ADDB is #295224. Grayscale: #BEBEBE. Windows color (decimal): -2708005 or 14396886. OLE color: 14396886.

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

Color convert

RGB 214 173 219 -
CMYK 0.02 0.21 0 0.14
HSL 293.48º 0.39% 0.77% -
HSV(B) 293.48º 0.21% 0.86% -
XYZ 55.46 49.3 73.61 -
YUV 190.5 144.08 144.76 -
System Red Green Blue C M Y K H S L
Decimal 214 173 219 0.02 0.21 0 0.14 293.48 0.39 0.77
Hex D6 AD DB 2 15 0 E 125 27 4D
Octal 326 255 333 2 25 0 16 445 47 115
Binary 11010110 10101101 11011011 10 10101 0 1110 100100101 100111 1001101

Color Harmonies of #D6ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ADDB

Black with #D6ADDB

Text Example


Text Example

White with #D6ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ADDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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