Html Css Color HEX #D8ADDA Plum

📋 copy color: '#D8ADDA'

red 216 ◦ green 173 ◦ blue 218

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

Shades of Plum #D8ADDA

Tints of Plum #D8ADDA

RGB

 RED value IS 216 (84.77% from 255) = 35.58%

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

 BLUE value IS 218 (85.55% from 255) = 35.91%

R = 35.58%
G = 28.5%
B = 35.91%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D8ADDA (or 0xD8ADDA) is known color: Plum. HEX triplet: D8, AD and DA. RGB value is (216,173,218). Sum of RGB (Red+Green+Blue) = 216+173+218=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 218 - color contains mainly: blue. Hex color #D8ADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ADDA is #275225. Grayscale: #BEBEBE. Windows color (decimal): -2576934 or 14331352. OLE color: 14331352.

HSL color Cylindrical-coordinate representation of color #D8ADDA: hue angle of 297.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8ADDA is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 173 218 -
CMYK 0.01 0.21 0 0.15
HSL 297.33º 0.38% 0.77% -
HSV(B) 297.33º 0.21% 0.85% -
XYZ 55.92 49.55 72.95 -
YUV 190.99 143.25 145.84 -
System Red Green Blue C M Y K H S L
Decimal 216 173 218 0.01 0.21 0 0.15 297.33 0.38 0.77
Hex D8 AD DA 1 15 0 F 129 26 4D
Octal 330 255 332 1 25 0 17 451 46 115
Binary 11011000 10101101 11011010 1 10101 0 1111 100101001 100110 1001101

Color Harmonies of #D8ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ADDA

Black with #D8ADDA

Text Example


Text Example

White with #D8ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ADDA; }

 p { color: rgb(216,173,218); }

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

background-color css

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

 a { background-color: rgb(216,173,218); }

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

border-color css

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

 span { border-color: rgb(216,173,218); }

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