Html Css Color HEX #D9AEDD Plum

📋 copy color: '#D9AEDD'

red 217 ◦ green 174 ◦ blue 221

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

Shades of Plum #D9AEDD

Tints of Plum #D9AEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.11%

R = 35.46%
G = 28.43%
B = 36.11%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D9AEDD (or 0xD9AEDD) is known color: Plum. HEX triplet: D9, AE and DD. RGB value is (217,174,221). Sum of RGB (Red+Green+Blue) = 217+174+221=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9AEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AEDD is #265122. Grayscale: #C0C0C0. Windows color (decimal): -2511139 or 14528217. OLE color: 14528217.

HSL color Cylindrical-coordinate representation of color #D9AEDD: hue angle of 294.89º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9AEDD is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 174 221 -
CMYK 0.02 0.21 0 0.13
HSL 294.89º 0.41% 0.77% -
HSV(B) 294.89º 0.21% 0.87% -
XYZ 56.8 50.24 75.11 -
YUV 192.22 144.25 145.68 -
System Red Green Blue C M Y K H S L
Decimal 217 174 221 0.02 0.21 0 0.13 294.89 0.41 0.77
Hex D9 AE DD 2 15 0 D 127 29 4D
Octal 331 256 335 2 25 0 15 447 51 115
Binary 11011001 10101110 11011101 10 10101 0 1101 100100111 101001 1001101

Color Harmonies of #D9AEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AEDD

Black with #D9AEDD

Text Example


Text Example

White with #D9AEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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