Html Css Color HEX #DCADDC Plum

📋 copy color: '#DCADDC'

red 220 ◦ green 173 ◦ blue 220

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

Shades of Plum #DCADDC

Tints of Plum #DCADDC

RGB

 RED value IS 220 (86.33% from 255) = 35.89%

 GREEN value IS 173 (67.97% from 255) = 28.22%

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

R = 35.89%
G = 28.22%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DCADDC (or 0xDCADDC) is known color: Plum. HEX triplet: DC, AD and DC. RGB value is (220,173,220). Sum of RGB (Red+Green+Blue) = 220+173+220=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADDC is #235223. Grayscale: #C0C0C0. Windows color (decimal): -2314788 or 14462428. OLE color: 14462428.

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

Color convert

RGB 220 173 220 -
CMYK 0 0.21 0 0.14
HSL 300º 0.4% 0.77% -
HSV(B) 300º 0.21% 0.86% -
XYZ 57.38 50.27 74.39 -
YUV 192.41 143.57 147.68 -
System Red Green Blue C M Y K H S L
Decimal 220 173 220 0 0.21 0 0.14 300 0.4 0.77
Hex DC AD DC 0 15 0 E 12C 28 4D
Octal 334 255 334 0 25 0 16 454 50 115
Binary 11011100 10101101 11011100 0 10101 0 1110 100101100 101000 1001101

Color Harmonies of #DCADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADDC

Black with #DCADDC

Text Example


Text Example

White with #DCADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCADDC; }

 p { color: rgb(220,173,220); }

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

background-color css

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

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

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

border-color css

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

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

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