Html Css Color HEX #DCADDF Plum

📋 copy color: '#DCADDF'

red 220 ◦ green 173 ◦ blue 223

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

Shades of Plum #DCADDF

Tints of Plum #DCADDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.2%

R = 35.71%
G = 28.08%
B = 36.2%

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

#DCADDF (or 0xDCADDF) is known color: Plum. HEX triplet: DC, AD and DF. RGB value is (220,173,223). Sum of RGB (Red+Green+Blue) = 220+173+223=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADDF is #235220. Grayscale: #C0C0C0. Windows color (decimal): -2314785 or 14659036. OLE color: 14659036.

HSL color Cylindrical-coordinate representation of color #DCADDF: hue angle of 296.4º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCADDF is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 173 223 -
CMYK 0.01 0.22 0 0.13
HSL 296.4º 0.44% 0.78% -
HSV(B) 296.4º 0.22% 0.87% -
XYZ 57.78 50.43 76.5 -
YUV 192.75 145.07 147.43 -
System Red Green Blue C M Y K H S L
Decimal 220 173 223 0.01 0.22 0 0.13 296.4 0.44 0.78
Hex DC AD DF 1 16 0 D 128 2C 4E
Octal 334 255 337 1 26 0 15 450 54 116
Binary 11011100 10101101 11011111 1 10110 0 1101 100101000 101100 1001110

Color Harmonies of #DCADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADDF

Black with #DCADDF

Text Example


Text Example

White with #DCADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCADDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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