Html Css Color HEX #DAAADC Plum

📋 copy color: '#DAAADC'

red 218 ◦ green 170 ◦ blue 220

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

Shades of Plum #DAAADC

Tints of Plum #DAAADC

RGB

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

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

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

R = 35.86%
G = 27.96%
B = 36.18%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DAAADC (or 0xDAAADC) is known color: Plum. HEX triplet: DA, AA and DC. RGB value is (218,170,220). Sum of RGB (Red+Green+Blue) = 218+170+220=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAAADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAADC is #255523. Grayscale: #BDBDBD. Windows color (decimal): -2446628 or 14461658. OLE color: 14461658.

HSL color Cylindrical-coordinate representation of color #DAAADC: hue angle of 297.6º 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 #DAAADC is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 170 220 -
CMYK 0.01 0.23 0 0.14
HSL 297.6º 0.42% 0.76% -
HSV(B) 297.6º 0.23% 0.86% -
XYZ 56.21 48.82 74.17 -
YUV 190.05 144.9 147.93 -
System Red Green Blue C M Y K H S L
Decimal 218 170 220 0.01 0.23 0 0.14 297.6 0.42 0.76
Hex DA AA DC 1 17 0 E 12A 2A 4C
Octal 332 252 334 1 27 0 16 452 52 114
Binary 11011010 10101010 11011100 1 10111 0 1110 100101010 101010 1001100

Color Harmonies of #DAAADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAADC

Black with #DAAADC

Text Example


Text Example

White with #DAAADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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