Html Css Color HEX #D8ADDE Plum

📋 copy color: '#D8ADDE'

red 216 ◦ green 173 ◦ blue 222

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

Shades of Plum #D8ADDE

Tints of Plum #D8ADDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.33%

R = 35.35%
G = 28.31%
B = 36.33%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D8ADDE (or 0xD8ADDE) is known color: Plum. HEX triplet: D8, AD and DE. RGB value is (216,173,222). Sum of RGB (Red+Green+Blue) = 216+173+222=611 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.35% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 222 - color contains mainly: blue. Hex color #D8ADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ADDE is #275221. Grayscale: #BFBFBF. Windows color (decimal): -2576930 or 14593496. OLE color: 14593496.

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

Color convert

RGB 216 173 222 -
CMYK 0.03 0.22 0 0.13
HSL 292.65º 0.43% 0.77% -
HSV(B) 292.65º 0.22% 0.87% -
XYZ 56.45 49.76 75.74 -
YUV 191.44 145.25 145.52 -
System Red Green Blue C M Y K H S L
Decimal 216 173 222 0.03 0.22 0 0.13 292.65 0.43 0.77
Hex D8 AD DE 3 16 0 D 125 2B 4D
Octal 330 255 336 3 26 0 15 445 53 115
Binary 11011000 10101101 11011110 11 10110 0 1101 100100101 101011 1001101

Color Harmonies of #D8ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ADDE

Black with #D8ADDE

Text Example


Text Example

White with #D8ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ADDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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