Html Css Color HEX #DAACDD Plum

📋 copy color: '#DAACDD'

red 218 ◦ green 172 ◦ blue 221

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

Shades of Plum #DAACDD

Tints of Plum #DAACDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.17%

R = 35.68%
G = 28.15%
B = 36.17%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DAACDD (or 0xDAACDD) is known color: Plum. HEX triplet: DA, AC and DD. RGB value is (218,172,221). Sum of RGB (Red+Green+Blue) = 218+172+221=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACDD is #255322. Grayscale: #BFBFBF. Windows color (decimal): -2446115 or 14527706. OLE color: 14527706.

HSL color Cylindrical-coordinate representation of color #DAACDD: hue angle of 296.33º degrees, saturation: 0.42, 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 #DAACDD is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 172 221 -
CMYK 0.01 0.22 0 0.13
HSL 296.33º 0.42% 0.77% -
HSV(B) 296.33º 0.22% 0.87% -
XYZ 56.72 49.63 75 -
YUV 191.34 144.74 147.02 -
System Red Green Blue C M Y K H S L
Decimal 218 172 221 0.01 0.22 0 0.13 296.33 0.42 0.77
Hex DA AC DD 1 16 0 D 128 2A 4D
Octal 332 254 335 1 26 0 15 450 52 115
Binary 11011010 10101100 11011101 1 10110 0 1101 100101000 101010 1001101

Color Harmonies of #DAACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAACDD

Black with #DAACDD

Text Example


Text Example

White with #DAACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAACDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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