Html Css Color HEX #D5ADD7 Plum

📋 copy color: '#D5ADD7'

red 213 ◦ green 173 ◦ blue 215

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

Shades of Plum #D5ADD7

Tints of Plum #D5ADD7

RGB

 RED value IS 213 (83.59% from 255) = 35.44%

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

 BLUE value IS 215 (84.38% from 255) = 35.77%

R = 35.44%
G = 28.79%
B = 35.77%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D5ADD7 (or 0xD5ADD7) is known color: Plum. HEX triplet: D5, AD and D7. RGB value is (213,173,215). Sum of RGB (Red+Green+Blue) = 213+173+215=601 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.44% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 215 (84.38% from 255 or 35.77% from 601); Max value from RGB is 215 - color contains mainly: blue. Hex color #D5ADD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ADD7 is #2A5228. Grayscale: #BDBDBD. Windows color (decimal): -2773545 or 14134741. OLE color: 14134741.

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

Color convert

RGB 213 173 215 -
CMYK 0.01 0.20 0 0.16
HSL 297.14º 0.34% 0.76% -
HSV(B) 297.14º 0.2% 0.84% -
XYZ 54.65 48.94 70.86 -
YUV 189.75 142.25 144.58 -
System Red Green Blue C M Y K H S L
Decimal 213 173 215 0.01 0.20 0 0.16 297.14 0.34 0.76
Hex D5 AD D7 1 14 0 10 129 22 4C
Octal 325 255 327 1 24 0 20 451 42 114
Binary 11010101 10101101 11010111 1 10100 0 10000 100101001 100010 1001100

Color Harmonies of #D5ADD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ADD7

Black with #D5ADD7

Text Example


Text Example

White with #D5ADD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ADD7; }

 p { color: rgb(213,173,215); }

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

background-color css

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

 a { background-color: rgb(213,173,215); }

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

border-color css

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

 span { border-color: rgb(213,173,215); }

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