Html Css Color HEX #DCADDE Plum

📋 copy color: '#DCADDE'

red 220 ◦ green 173 ◦ blue 222

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

Shades of Plum #DCADDE

Tints of Plum #DCADDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.1%

R = 35.77%
G = 28.13%
B = 36.1%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCADDE (or 0xDCADDE) is known color: Plum. HEX triplet: DC, AD and DE. RGB value is (220,173,222). Sum of RGB (Red+Green+Blue) = 220+173+222=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADDE is #235221. Grayscale: #C0C0C0. Windows color (decimal): -2314786 or 14593500. OLE color: 14593500.

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

Color convert

RGB 220 173 222 -
CMYK 0.01 0.22 0 0.13
HSL 297.55º 0.43% 0.77% -
HSV(B) 297.55º 0.22% 0.87% -
XYZ 57.64 50.38 75.79 -
YUV 192.64 144.57 147.52 -
System Red Green Blue C M Y K H S L
Decimal 220 173 222 0.01 0.22 0 0.13 297.55 0.43 0.77
Hex DC AD DE 1 16 0 D 12A 2B 4D
Octal 334 255 336 1 26 0 15 452 53 115
Binary 11011100 10101101 11011110 1 10110 0 1101 100101010 101011 1001101

Color Harmonies of #DCADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADDE

Black with #DCADDE

Text Example


Text Example

White with #DCADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCADDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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