Html Css Color HEX #D8ABDE Plum

📋 copy color: '#D8ABDE'

red 216 ◦ green 171 ◦ blue 222

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

Shades of Plum #D8ABDE

Tints of Plum #D8ABDE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.08%

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

R = 35.47%
G = 28.08%
B = 36.45%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D8ABDE (or 0xD8ABDE) is known color: Plum. HEX triplet: D8, AB and DE. RGB value is (216,171,222). Sum of RGB (Red+Green+Blue) = 216+171+222=609 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.47% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: blue. Hex color #D8ABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ABDE is #275421. Grayscale: #BEBEBE. Windows color (decimal): -2577442 or 14592984. OLE color: 14592984.

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

Color convert

RGB 216 171 222 -
CMYK 0.03 0.23 0 0.13
HSL 292.94º 0.44% 0.77% -
HSV(B) 292.94º 0.23% 0.87% -
XYZ 56.07 49 75.61 -
YUV 190.27 145.91 146.35 -
System Red Green Blue C M Y K H S L
Decimal 216 171 222 0.03 0.23 0 0.13 292.94 0.44 0.77
Hex D8 AB DE 3 17 0 D 125 2C 4D
Octal 330 253 336 3 27 0 15 445 54 115
Binary 11011000 10101011 11011110 11 10111 0 1101 100100101 101100 1001101

Color Harmonies of #D8ABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ABDE

Black with #D8ABDE

Text Example


Text Example

White with #D8ABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ABDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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