Html Css Color HEX #D9ADE0 Plum

📋 copy color: '#D9ADE0'

red 217 ◦ green 173 ◦ blue 224

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

Shades of Plum #D9ADE0

Tints of Plum #D9ADE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.48%

R = 35.34%
G = 28.18%
B = 36.48%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D9ADE0 (or 0xD9ADE0) is known color: Plum. HEX triplet: D9, AD and E0. RGB value is (217,173,224). Sum of RGB (Red+Green+Blue) = 217+173+224=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 224 (87.89% from 255 or 36.48% from 614); Max value from RGB is 224 - color contains mainly: blue. Hex color #D9ADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ADE0 is #26521F. Grayscale: #BFBFBF. Windows color (decimal): -2511392 or 14724569. OLE color: 14724569.

HSL color Cylindrical-coordinate representation of color #D9ADE0: hue angle of 291.76º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9ADE0 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 173 224 -
CMYK 0.03 0.23 0 0.12
HSL 291.76º 0.45% 0.78% -
HSV(B) 291.76º 0.23% 0.88% -
XYZ 57.01 50.02 77.17 -
YUV 191.97 146.08 145.85 -
System Red Green Blue C M Y K H S L
Decimal 217 173 224 0.03 0.23 0 0.12 291.76 0.45 0.78
Hex D9 AD E0 3 17 0 C 124 2D 4E
Octal 331 255 340 3 27 0 14 444 55 116
Binary 11011001 10101101 11100000 11 10111 0 1100 100100100 101101 1001110

Color Harmonies of #D9ADE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ADE0

Black with #D9ADE0

Text Example


Text Example

White with #D9ADE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ADE0; }

 p { color: rgb(217,173,224); }

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

background-color css

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

 a { background-color: rgb(217,173,224); }

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

border-color css

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

 span { border-color: rgb(217,173,224); }

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