Html Css Color HEX #DFACDD Plum

📋 copy color: '#DFACDD'

red 223 ◦ green 172 ◦ blue 221

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

Shades of Plum #DFACDD

Tints of Plum #DFACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.92%

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

R = 36.2%
G = 27.92%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DFACDD (or 0xDFACDD) is known color: Plum. HEX triplet: DF, AC and DD. RGB value is (223,172,221). Sum of RGB (Red+Green+Blue) = 223+172+221=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACDD is #205322. Grayscale: #C0C0C0. Windows color (decimal): -2118435 or 14527711. OLE color: 14527711.

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

Color convert

RGB 223 172 221 -
CMYK 0 0.23 0.01 0.13
HSL 302.35º 0.44% 0.77% -
HSV(B) 302.35º 0.23% 0.87% -
XYZ 58.24 50.41 75.07 -
YUV 192.84 143.9 149.52 -
System Red Green Blue C M Y K H S L
Decimal 223 172 221 0 0.23 0.01 0.13 302.35 0.44 0.77
Hex DF AC DD 0 17 1 D 12E 2C 4D
Octal 337 254 335 0 27 1 15 456 54 115
Binary 11011111 10101100 11011101 0 10111 1 1101 100101110 101100 1001101

Color Harmonies of #DFACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFACDD

Black with #DFACDD

Text Example


Text Example

White with #DFACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFACDD; }

 p { color: rgb(223,172,221); }

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

background-color css

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

 a { background-color: rgb(223,172,221); }

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

border-color css

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

 span { border-color: rgb(223,172,221); }

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