Html Css Color HEX #DCADDD Plum

📋 copy color: '#DCADDD'

red 220 ◦ green 173 ◦ blue 221

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

Shades of Plum #DCADDD

Tints of Plum #DCADDD

RGB

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

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

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

R = 35.83%
G = 28.18%
B = 35.99%

CMYK

 C value IS 0.00

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCADDD (or 0xDCADDD) is known color: Plum. HEX triplet: DC, AD and DD. RGB value is (220,173,221). Sum of RGB (Red+Green+Blue) = 220+173+221=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADDD is #235222. Grayscale: #C0C0C0. Windows color (decimal): -2314787 or 14527964. OLE color: 14527964.

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

Color convert

RGB 220 173 221 -
CMYK 0.00 0.22 0 0.13
HSL 298.75º 0.41% 0.77% -
HSV(B) 298.75º 0.22% 0.87% -
XYZ 57.51 50.32 75.09 -
YUV 192.53 144.07 147.6 -
System Red Green Blue C M Y K H S L
Decimal 220 173 221 0.00 0.22 0 0.13 298.75 0.41 0.77
Hex DC AD DD 0 16 0 D 12B 29 4D
Octal 334 255 335 0 26 0 15 453 51 115
Binary 11011100 10101101 11011101 0 10110 0 1101 100101011 101001 1001101

Color Harmonies of #DCADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADDD

Black with #DCADDD

Text Example


Text Example

White with #DCADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCADDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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