Html Css Color HEX #D9AEDB Plum

📋 copy color: '#D9AEDB'

red 217 ◦ green 174 ◦ blue 219

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

Shades of Plum #D9AEDB

Tints of Plum #D9AEDB

RGB

 RED value IS 217 (85.16% from 255) = 35.57%

 GREEN value IS 174 (68.36% from 255) = 28.52%

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

R = 35.57%
G = 28.52%
B = 35.9%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D9AEDB (or 0xD9AEDB) is known color: Plum. HEX triplet: D9, AE and DB. RGB value is (217,174,219). Sum of RGB (Red+Green+Blue) = 217+174+219=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9AEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AEDB is #265124. Grayscale: #BFBFBF. Windows color (decimal): -2511141 or 14397145. OLE color: 14397145.

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

Color convert

RGB 217 174 219 -
CMYK 0.01 0.21 0 0.14
HSL 297.33º 0.38% 0.77% -
HSV(B) 297.33º 0.21% 0.86% -
XYZ 56.54 50.14 73.72 -
YUV 191.99 143.25 145.84 -
System Red Green Blue C M Y K H S L
Decimal 217 174 219 0.01 0.21 0 0.14 297.33 0.38 0.77
Hex D9 AE DB 1 15 0 E 129 26 4D
Octal 331 256 333 1 25 0 16 451 46 115
Binary 11011001 10101110 11011011 1 10101 0 1110 100101001 100110 1001101

Color Harmonies of #D9AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AEDB

Black with #D9AEDB

Text Example


Text Example

White with #D9AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AEDB; }

 p { color: rgb(217,174,219); }

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

background-color css

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

 a { background-color: rgb(217,174,219); }

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

border-color css

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

 span { border-color: rgb(217,174,219); }

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