Html Css Color HEX #DAACD9 Plum

📋 copy color: '#DAACD9'

red 218 ◦ green 172 ◦ blue 217

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

Shades of Plum #DAACD9

Tints of Plum #DAACD9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.34%

 BLUE value IS 217 (85.16% from 255) = 35.75%

R = 35.91%
G = 28.34%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#DAACD9 (or 0xDAACD9) is known color: Plum. HEX triplet: DA, AC and D9. RGB value is (218,172,217). Sum of RGB (Red+Green+Blue) = 218+172+217=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACD9 is #255326. Grayscale: #BEBEBE. Windows color (decimal): -2446119 or 14265562. OLE color: 14265562.

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

Color convert

RGB 218 172 217 -
CMYK 0 0.21 0.00 0.15
HSL 301.3º 0.38% 0.76% -
HSV(B) 301.3º 0.21% 0.85% -
XYZ 56.19 49.42 72.22 -
YUV 190.88 142.74 147.34 -
System Red Green Blue C M Y K H S L
Decimal 218 172 217 0 0.21 0.00 0.15 301.3 0.38 0.76
Hex DA AC D9 0 15 0 F 12D 26 4C
Octal 332 254 331 0 25 0 17 455 46 114
Binary 11011010 10101100 11011001 0 10101 0 1111 100101101 100110 1001100

Color Harmonies of #DAACD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAACD9

Black with #DAACD9

Text Example


Text Example

White with #DAACD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAACD9; }

 p { color: rgb(218,172,217); }

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

background-color css

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

 a { background-color: rgb(218,172,217); }

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

border-color css

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

 span { border-color: rgb(218,172,217); }

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