Html Css Color HEX #DCADDB Plum

📋 copy color: '#DCADDB'

red 220 ◦ green 173 ◦ blue 219

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

Shades of Plum #DCADDB

Tints of Plum #DCADDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.78%

R = 35.95%
G = 28.27%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DCADDB (or 0xDCADDB) is known color: Plum. HEX triplet: DC, AD and DB. RGB value is (220,173,219). Sum of RGB (Red+Green+Blue) = 220+173+219=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADDB is #235224. Grayscale: #C0C0C0. Windows color (decimal): -2314789 or 14396892. OLE color: 14396892.

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

Color convert

RGB 220 173 219 -
CMYK 0 0.21 0.00 0.14
HSL 301.28º 0.4% 0.77% -
HSV(B) 301.28º 0.21% 0.86% -
XYZ 57.24 50.22 73.69 -
YUV 192.3 143.07 147.76 -
System Red Green Blue C M Y K H S L
Decimal 220 173 219 0 0.21 0.00 0.14 301.28 0.4 0.77
Hex DC AD DB 0 15 0 E 12D 28 4D
Octal 334 255 333 0 25 0 16 455 50 115
Binary 11011100 10101101 11011011 0 10101 0 1110 100101101 101000 1001101

Color Harmonies of #DCADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADDB

Black with #DCADDB

Text Example


Text Example

White with #DCADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCADDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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