Html Css Color HEX #D6ADD8 Plum

📋 copy color: '#D6ADD8'

red 214 ◦ green 173 ◦ blue 216

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

Shades of Plum #D6ADD8

Tints of Plum #D6ADD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.82%

R = 35.49%
G = 28.69%
B = 35.82%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D6ADD8 (or 0xD6ADD8) is known color: Plum. HEX triplet: D6, AD and D8. RGB value is (214,173,216). Sum of RGB (Red+Green+Blue) = 214+173+216=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 216 (84.77% from 255 or 35.82% from 603); Max value from RGB is 216 - color contains mainly: blue. Hex color #D6ADD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ADD8 is #295227. Grayscale: #BEBEBE. Windows color (decimal): -2708008 or 14200278. OLE color: 14200278.

HSL color Cylindrical-coordinate representation of color #D6ADD8: hue angle of 297.21º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6ADD8 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 173 216 -
CMYK 0.01 0.20 0 0.15
HSL 297.21º 0.36% 0.76% -
HSV(B) 297.21º 0.2% 0.85% -
XYZ 55.07 49.14 71.55 -
YUV 190.16 142.58 145 -
System Red Green Blue C M Y K H S L
Decimal 214 173 216 0.01 0.20 0 0.15 297.21 0.36 0.76
Hex D6 AD D8 1 14 0 F 129 24 4C
Octal 326 255 330 1 24 0 17 451 44 114
Binary 11010110 10101101 11011000 1 10100 0 1111 100101001 100100 1001100

Color Harmonies of #D6ADD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ADD8

Black with #D6ADD8

Text Example


Text Example

White with #D6ADD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ADD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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