Html Css Color HEX #D5ADDB Plum

📋 copy color: '#D5ADDB'

red 213 ◦ green 173 ◦ blue 219

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

Shades of Plum #D5ADDB

Tints of Plum #D5ADDB

RGB

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

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

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

R = 35.21%
G = 28.6%
B = 36.2%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D5ADDB (or 0xD5ADDB) is known color: Plum. HEX triplet: D5, AD and DB. RGB value is (213,173,219). Sum of RGB (Red+Green+Blue) = 213+173+219=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5ADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ADDB is #2A5224. Grayscale: #BEBEBE. Windows color (decimal): -2773541 or 14396885. OLE color: 14396885.

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

Color convert

RGB 213 173 219 -
CMYK 0.03 0.21 0 0.14
HSL 292.17º 0.39% 0.77% -
HSV(B) 292.17º 0.21% 0.86% -
XYZ 55.17 49.15 73.6 -
YUV 190.2 144.25 144.26 -
System Red Green Blue C M Y K H S L
Decimal 213 173 219 0.03 0.21 0 0.14 292.17 0.39 0.77
Hex D5 AD DB 3 15 0 E 124 27 4D
Octal 325 255 333 3 25 0 16 444 47 115
Binary 11010101 10101101 11011011 11 10101 0 1110 100100100 100111 1001101

Color Harmonies of #D5ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ADDB

Black with #D5ADDB

Text Example


Text Example

White with #D5ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ADDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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