Html Css Color HEX #D4AADC Plum

📋 copy color: '#D4AADC'

red 212 ◦ green 170 ◦ blue 220

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

Shades of Plum #D4AADC

Tints of Plum #D4AADC

RGB

 RED value IS 212 (83.2% from 255) = 35.22%

 GREEN value IS 170 (66.8% from 255) = 28.24%

 BLUE value IS 220 (86.33% from 255) = 36.54%

R = 35.22%
G = 28.24%
B = 36.54%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D4AADC (or 0xD4AADC) is known color: Plum. HEX triplet: D4, AA and DC. RGB value is (212,170,220). Sum of RGB (Red+Green+Blue) = 212+170+220=602 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.22% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4AADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AADC is #2B5523. Grayscale: #BCBCBC. Windows color (decimal): -2839844 or 14461652. OLE color: 14461652.

HSL color Cylindrical-coordinate representation of color #D4AADC: hue angle of 290.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4AADC is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 170 220 -
CMYK 0.04 0.23 0 0.14
HSL 290.4º 0.42% 0.76% -
HSV(B) 290.4º 0.23% 0.86% -
XYZ 54.44 47.91 74.09 -
YUV 188.26 145.91 144.93 -
System Red Green Blue C M Y K H S L
Decimal 212 170 220 0.04 0.23 0 0.14 290.4 0.42 0.76
Hex D4 AA DC 4 17 0 E 122 2A 4C
Octal 324 252 334 4 27 0 16 442 52 114
Binary 11010100 10101010 11011100 100 10111 0 1110 100100010 101010 1001100

Color Harmonies of #D4AADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AADC

Black with #D4AADC

Text Example


Text Example

White with #D4AADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AADC; }

 p { color: rgb(212,170,220); }

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

background-color css

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

 a { background-color: rgb(212,170,220); }

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

border-color css

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

 span { border-color: rgb(212,170,220); }

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