Html Css Color HEX #DFABDC Plum

📋 copy color: '#DFABDC'

red 223 ◦ green 171 ◦ blue 220

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

Shades of Plum #DFABDC

Tints of Plum #DFABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.85%

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

R = 36.32%
G = 27.85%
B = 35.83%

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

#DFABDC (or 0xDFABDC) is known color: Plum. HEX triplet: DF, AB and DC. RGB value is (223,171,220). Sum of RGB (Red+Green+Blue) = 223+171+220=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 171 (67.19% from 255 or 27.85% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABDC is #205423. Grayscale: #BFBFBF. Windows color (decimal): -2118692 or 14461919. OLE color: 14461919.

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

Color convert

RGB 223 171 220 -
CMYK 0 0.23 0.01 0.13
HSL 303.46º 0.45% 0.77% -
HSV(B) 303.46º 0.23% 0.87% -
XYZ 57.91 49.98 74.31 -
YUV 192.13 143.73 150.02 -
System Red Green Blue C M Y K H S L
Decimal 223 171 220 0 0.23 0.01 0.13 303.46 0.45 0.77
Hex DF AB DC 0 17 1 D 12F 2D 4D
Octal 337 253 334 0 27 1 15 457 55 115
Binary 11011111 10101011 11011100 0 10111 1 1101 100101111 101101 1001101

Color Harmonies of #DFABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFABDC

Black with #DFABDC

Text Example


Text Example

White with #DFABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFABDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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