Html Css Color HEX #DAACDC Plum

📋 copy color: '#DAACDC'

red 218 ◦ green 172 ◦ blue 220

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

Shades of Plum #DAACDC

Tints of Plum #DAACDC

RGB

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

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

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

R = 35.74%
G = 28.2%
B = 36.07%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DAACDC (or 0xDAACDC) is known color: Plum. HEX triplet: DA, AC and DC. RGB value is (218,172,220). Sum of RGB (Red+Green+Blue) = 218+172+220=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACDC is #255323. Grayscale: #BFBFBF. Windows color (decimal): -2446116 or 14462170. OLE color: 14462170.

HSL color Cylindrical-coordinate representation of color #DAACDC: hue angle of 297.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAACDC is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 172 220 -
CMYK 0.01 0.22 0 0.14
HSL 297.5º 0.41% 0.77% -
HSV(B) 297.5º 0.22% 0.86% -
XYZ 56.58 49.58 74.3 -
YUV 191.23 144.24 147.1 -
System Red Green Blue C M Y K H S L
Decimal 218 172 220 0.01 0.22 0 0.14 297.5 0.41 0.77
Hex DA AC DC 1 16 0 E 12A 29 4D
Octal 332 254 334 1 26 0 16 452 51 115
Binary 11011010 10101100 11011100 1 10110 0 1110 100101010 101001 1001101

Color Harmonies of #DAACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAACDC

Black with #DAACDC

Text Example


Text Example

White with #DAACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAACDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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