Html Css Color HEX #DAABDC Plum

📋 copy color: '#DAABDC'

red 218 ◦ green 171 ◦ blue 220

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

Shades of Plum #DAABDC

Tints of Plum #DAABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.08%

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

R = 35.8%
G = 28.08%
B = 36.12%

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

#DAABDC (or 0xDAABDC) is known color: Plum. HEX triplet: DA, AB and DC. RGB value is (218,171,220). Sum of RGB (Red+Green+Blue) = 218+171+220=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABDC is #255423. Grayscale: #BEBEBE. Windows color (decimal): -2446372 or 14461914. OLE color: 14461914.

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

Color convert

RGB 218 171 220 -
CMYK 0.01 0.22 0 0.14
HSL 297.55º 0.41% 0.77% -
HSV(B) 297.55º 0.22% 0.86% -
XYZ 56.39 49.2 74.23 -
YUV 190.64 144.57 147.52 -
System Red Green Blue C M Y K H S L
Decimal 218 171 220 0.01 0.22 0 0.14 297.55 0.41 0.77
Hex DA AB DC 1 16 0 E 12A 29 4D
Octal 332 253 334 1 26 0 16 452 51 115
Binary 11011010 10101011 11011100 1 10110 0 1110 100101010 101001 1001101

Color Harmonies of #DAABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAABDC

Black with #DAABDC

Text Example


Text Example

White with #DAABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAABDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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